Difference between revisions of "Aws eks list-nodegroups"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 16: Line 16:
  
 
== See also ==
 
== See also ==
 +
* {{Nodegroup}}
 
* {{aws eks}}
 
* {{aws eks}}
  
 
[[Category:EKS]]
 
[[Category:EKS]]

Revision as of 18:23, 11 June 2022

aws eks list-clusters --output text | awk '{print $2}' | xargs -n1 aws eks list-nodegroups --cluster-name
aws eks list-nodegroups --cluster-name education-eks-LZIQaQdP
{
    "nodegroups": []
}
aws eks list-clusters --output text | awk '{print $2}' | xargs -n1 aws eks list-nodegroups --cluster-name
{
    "nodegroups": []
}


Related

See also

Advertising: