Skip to content

Commit

Permalink
Merge pull request #5546 from ms4720/master
Browse files Browse the repository at this point in the history
one word change to docs grammar tense issue ran -> run
  • Loading branch information
k8s-ci-robot committed Jul 29, 2018
2 parents 94d960c + d7516fc commit 5fe9c6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/iam_roles.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
```

0 comments on commit 5fe9c6d

Please sign in to comment.