mirror of https://github.com/kubernetes/kops.git
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:
commit
c9e651b997
|
@ -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
|
||||||
`))
|
`))
|
||||||
)
|
)
|
||||||
|
|
|
@ -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
|
||||||
`))
|
`))
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue