Difference between revisions of "Aws eks describe-nodegroup"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} == See also == * {{aws eks}}")
Tags: Mobile web edit, Mobile edit
 
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 +
* https://awscli.amazonaws.com/v2/documentation/api/latest/reference/eks/describe-nodegroup.html
  
 +
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 ==
 +
* <code>[[aws eks list-nodegroups]]</code>
 +
* <code>[[aws eks create-nodegroup]]</code>
  
 
== See also ==
 
== See also ==
 +
* {{Nodegroup}}
 
* {{aws eks}}
 
* {{aws eks}}
 +
 +
[[Category:EKS]]

Latest revision as of 22:15, 19 July 2022

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: