Difference between revisions of "Aws eks list-nodegroups"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
− | aws eks list-clusters --output text | awk '{print $2}' | xargs -n1 aws eks list-nodegroups --cluster-name | + | [[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 | ||
{ | { | ||
Line 10: | Line 10: | ||
"nodegroups": [] | "nodegroups": [] | ||
} | } | ||
+ | |||
+ | aws eks list-clusters --output text | awk '{print $2}' | xargs -n1 aws eks list-nodegroups --cluster-name --output text | ||
+ | NODEGROUPS standard-workers | ||
== Related == | == Related == | ||
* <code>[[eksctl get nodegroup]]</code> | * <code>[[eksctl get nodegroup]]</code> | ||
+ | * [[aws autoscaling describe-auto-scaling-groups]] | ||
== See also == | == See also == | ||
+ | * {{Nodegroup}} | ||
* {{aws eks}} | * {{aws eks}} | ||
[[Category: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]
- EKS Nodegroup, Managed Node Groups (MNG),
eksctl upgrade nodegroup, aws eks [ list-nodegroups | describe-nodegroup | update-nodegroup-version | create nodegroup ]
- AWS EKS:
AWS::EKS
,aws eks [ create-cluster | list-clusters
|describe-cluster
|update-kubeconfig | list-updates | list-addons | update-cluster-version | update-nodegroup-version | get-token | create-addon ]
Advertising: