Difference between revisions of "Aws eks list-nodegroups"

From wikieduonline
Jump to navigation Jump to search
(Created page with " aws eks list-nodegroups --cluster-name education-eks-LZIQaQdP { "nodegroups": [] } {{aws eks}}")
 
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{lc}}
 +
[[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
 
  aws eks list-nodegroups --cluster-name education-eks-LZIQaQdP
{
+
{
    "nodegroups": []
+
    "nodegroups": []
}
+
}
  
 +
aws eks list-clusters --output text | awk '{print $2}' | xargs -n1 aws eks list-nodegroups --cluster-name
 +
{
 +
    "nodegroups": []
 +
}
  
{{aws eks}}
+
aws eks list-clusters --output text | awk '{print $2}' | xargs -n1 aws eks list-nodegroups --cluster-name --output text
 +
NODEGROUPS      standard-workers
 +
 
 +
 
 +
== Related ==
 +
* <code>[[eksctl get nodegroup]]</code>
 +
* [[aws autoscaling describe-auto-scaling-groups]]
 +
 
 +
== See also ==
 +
* {{Nodegroup}}
 +
* {{aws eks}}
 +
 
 +
[[Category:EKS]]

Latest revision as of 15:37, 16 January 2023

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": []
}
aws eks list-clusters --output text | awk '{print $2}' | xargs -n1 aws eks list-nodegroups --cluster-name --output text
NODEGROUPS      standard-workers


Related[edit]

See also[edit]

Advertising: