Skip to content

Commit

Permalink
Merge pull request #6759 from Vlatombe/patch-1
Browse files Browse the repository at this point in the history
Update authentication.md
  • Loading branch information
k8s-ci-robot committed Apr 10, 2019
2 parents 1ff3414 + a1af069 commit 9661c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 9661c57

Please sign in to comment.