From d7516fc76eb8c599676fdd9b9b929637c425bc6a Mon Sep 17 00:00:00 2001 From: Marc Spitzer Date: Fri, 27 Jul 2018 13:57:16 +0800 Subject: [PATCH] grammar tense issue ran -> run --- docs/iam_roles.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/iam_roles.md b/docs/iam_roles.md index b38c07ff5bf0e..be016dddf6f98 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 +```