Merge pull request #12117 from davidwalter0/wip

change underscores to dashes to match the command line argument
This commit is contained in:
Jerzy Szczepkowski
2015-08-07 12:58:30 +02:00
23 changed files with 60 additions and 61 deletions

View File

@@ -89,8 +89,8 @@ of this yourself. First, each kubelet needs to run with the following flags
set:
```
--cluster_dns=<DNS service ip>
--cluster_domain=<default local domain>
--cluster-dns=<DNS service ip>
--cluster-domain=<default local domain>
```
Second, you need to start the DNS server ReplicationController and Service. See