Merge pull request #3050 from craigmonson/master

Automatic merge from submit-queue

Fixing "dederation"

Noticed in some comments and docs, misspelled "dederation".  Fixed.
This commit is contained in:
Kubernetes Submit Queue 2017-07-25 14:53:50 -07:00 committed by GitHub
commit c9e651b997
4 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@ var (
kops edit ig --name k8s-cluster.example.com \ kops edit ig --name k8s-cluster.example.com \
--state=s3://kops-state-1234 nodes --state=s3://kops-state-1234 nodes
# Edit a cluster dederation configuration. # Edit a cluster federation configuration.
kops edit federation k8s-cluster.example.com --state=s3://kops-state-1234 kops edit federation k8s-cluster.example.com --state=s3://kops-state-1234
`)) `))
) )

View File

@ -45,7 +45,7 @@ var (
kops edit does not update the cloud resources, to apply the changes use ` + pretty.Bash("kops update cluster") + `.`) kops edit does not update the cloud resources, to apply the changes use ` + pretty.Bash("kops update cluster") + `.`)
edit_federation_example = templates.Examples(i18n.T(` edit_federation_example = templates.Examples(i18n.T(`
# Edit a cluster dederation configuration. # Edit a cluster federation configuration.
kops edit federation k8s-cluster.example.com --state=s3://kops-state-1234 kops edit federation k8s-cluster.example.com --state=s3://kops-state-1234
`)) `))

View File

@ -25,7 +25,7 @@ Edit a resource configuration. This command changes the cloud specification in t
kops edit ig --name k8s-cluster.example.com \ kops edit ig --name k8s-cluster.example.com \
--state=s3://kops-state-1234 nodes --state=s3://kops-state-1234 nodes
# Edit a cluster dederation configuration. # Edit a cluster federation configuration.
kops edit federation k8s-cluster.example.com --state=s3://kops-state-1234 kops edit federation k8s-cluster.example.com --state=s3://kops-state-1234
``` ```

View File

@ -24,7 +24,7 @@ kops edit federation
### Examples ### Examples
``` ```
# Edit a cluster dederation configuration. # Edit a cluster federation configuration.
kops edit federation k8s-cluster.example.com --state=s3://kops-state-1234 kops edit federation k8s-cluster.example.com --state=s3://kops-state-1234
``` ```