aws eks list-nodegroups

From wikieduonline
Revision as of 15:37, 16 January 2023 by Ant (talk | contribs) (→‎Related)
Jump to navigation Jump to search

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

See also

Advertising: