diff --git a/docs/iam_roles.md b/docs/iam_roles.md index b38c07ff5b..be016dddf6 100644 --- a/docs/iam_roles.md +++ b/docs/iam_roles.md @@ -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 -``` \ No newline at end of file +```