mirror of https://github.com/kubernetes/kops.git
Merge pull request #5546 from ms4720/master
one word change to docs grammar tense issue ran -> run
This commit is contained in:
commit
5fe9c6d409
|
@ -178,10 +178,10 @@ Now run a cluster update to create the new launch configuration, using [lifecycl
|
|||
kops update cluster ${CLUSTER_NAME} --yes --lifecycle-overrides IAMRole=ExistsAndWarnIfChanges,IAMRolePolicy=ExistsAndWarnIfChanges,IAMInstanceProfileRole=ExistsAndWarnIfChanges
|
||||
```
|
||||
|
||||
*Everytime `kops update cluster` is ran, it must include the above `--lifecycle-overrides` unless a non-`security` phase is specified.*
|
||||
*Everytime `kops update cluster` is run, it must include the above `--lifecycle-overrides` unless a non-`security` phase is specified.*
|
||||
|
||||
Finally, perform a rolling update in order to replace EC2 instances in the ASG with the new launch configuration:
|
||||
|
||||
```
|
||||
kops rolling-update cluster ${CLUSTER_NAME} --yes
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue