Merge pull request #4885 from sunlintong/slt-4

update download_config.md
This commit is contained in:
k8s-ci-robot 2018-04-03 08:21:23 -07:00 committed by GitHub
commit 12badd7c01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ For more information on how to use and modify the configurations see [here](mani
## Managing instance groups
You can also manage instance groups in seperate YAML files as well. The command `kops get --name $NAME -o yaml > $NAME.yml` exports the entire clsuter. An option is to have a YAML file for the cluster, and individual YAML files for the instance groups. This allows you to do stuff like:
You can also manage instance groups in separate YAML files as well. The command `kops get --name $NAME -o yaml > $NAME.yml` exports the entire cluster. An option is to have a YAML file for the cluster, and individual YAML files for the instance groups. This allows you to do stuff like:
```shell
if ! kops get cluster --name "$NAME"; then