From a1af069ccb5878c3fd600babc3659b8c930a8ffb Mon Sep 17 00:00:00 2001 From: Vincent Latombe Date: Tue, 9 Apr 2019 09:56:47 +0200 Subject: [PATCH] Update authentication.md Fixed a typo --- docs/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/authentication.md b/docs/authentication.md index f45daad64a..0629ae76cc 100644 --- a/docs/authentication.md +++ b/docs/authentication.md @@ -134,5 +134,5 @@ kubectl get pods -n kube-system | grep aws-iam-authenticator | awk '{print $1}' * Create an aws-iam-authenticator configMap on the cluster `kubectl apply -f aws-iam-authenticator_example-config.yaml` * Edit the clusters configuration `kops edit cluster ${NAME}` and add the Authentication and Authorization configs to the YAML config. -* Update the clusters configiguration `kops update cluster ${CLUSTER_NAME} --yes` +* Update the clusters configuration `kops update cluster ${CLUSTER_NAME} --yes` * Perform a rolling update of the masters `kops rolling-update cluster ${CLUSTER_NAME} --instance-group-roles=Master --force --yes`