Difference between revisions of "Aws eks list-nodegroups"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 10: Line 10:
 
     "nodegroups": []
 
     "nodegroups": []
 
  }
 
  }
 +
 +
aws eks list-clusters --output text | awk '{print $2}' | xargs -n1 aws eks list-nodegroups --cluster-name
 +
{
 +
    "nodegroups": [
 +
        "standard-workers"
 +
    ]
 +
}
 +
  
  

Revision as of 22:08, 19 July 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": []
}
aws eks list-clusters --output text | awk '{print $2}' | xargs -n1 aws eks list-nodegroups --cluster-name
{
   "nodegroups": [
       "standard-workers"
   ]
}


Related

See also

Advertising: