aws eks describe-nodegroup

From wikieduonline
Jump to navigation Jump to search

aws eks describe-nodegroup --cluster-name
aws eks list-clusters --output text | awk '{print $2}' | xargs -n1 aws eks describe-nodegroup --cluster-name
aws eks describe-nodegroup --cluster-name your-cluster --nodegroup-name your-nodegroup-name | grep nodegroup-type
           "alpha.eksctl.io/nodegroup-type": "managed"

Related[edit]

See also[edit]

Advertising: