fix "dederation"

This commit is contained in:
craigmonson 2017-07-25 15:33:04 -04:00 committed by GitHub
parent 3990f582b4
commit b58109bf33
1 changed files with 1 additions and 1 deletions

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 \
--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
```