aws-eks-kubernetes-masterclass icon indicating copy to clipboard operation
aws-eks-kubernetes-masterclass copied to clipboard

Fix eksctl get cluster command

Open netman2k opened this issue 4 years ago • 0 comments
trafficstars

It should be "eksctl get cluster" not clusters.

❯ eksctl get clsuters
Error: unknown resource type "clsuters"

Get resource(s)

Usage: eksctl get [flags]

Commands:
  eksctl get addon                           Get an Addon
  eksctl get cluster                         Get cluster(s)
  eksctl get fargateprofile                  Get Fargate profile(s)
  eksctl get iamidentitymapping              Get IAM identity mapping(s)
  eksctl get iamserviceaccount               Get iamserviceaccount(s)
  eksctl get identityprovider                Describe identity providers for cluster authentication and authorization
  eksctl get labels                          Get labels for managed nodegroup
  eksctl get nodegroup                       Get nodegroup(s)

netman2k avatar Apr 10 '21 06:04 netman2k