-
-
Save voronenko-p/351b27929ec912dc765e26ac6de565d1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| make config-map-aws-auth | |
| terraform output config-map-aws-auth > config-map-aws-auth.yaml | |
| kubectl apply -f config-map-aws-auth.yaml | |
| configmap "aws-auth" created | |
| kubectl get nodes --watch | |
| NAME STATUS ROLES AGE VERSION | |
| ip-10-11-1-21.ec2.internal NotReady <none> 1s v1.10.3 | |
| ip-10-11-3-220.ec2.internal NotReady <none> 0s v1.10.3 | |
| ... | |
| ip-10-11-1-21.ec2.internal Ready <none> 31s v1.10.3 | |
| ip-10-11-3-220.ec2.internal Ready <none> 31s v1.10.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment