Update authentication.md

Fixed a typo
This commit is contained in:
Vincent Latombe 2019-04-09 09:56:47 +02:00 committed by GitHub
parent d1fc04d59e
commit a1af069ccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`