Skip to content

Instantly share code, notes, and snippets.

@voronenko-p
Created July 13, 2018 12:57
Show Gist options
  • Select an option

  • Save voronenko-p/351b27929ec912dc765e26ac6de565d1 to your computer and use it in GitHub Desktop.

Select an option

Save voronenko-p/351b27929ec912dc765e26ac6de565d1 to your computer and use it in GitHub Desktop.
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