Skip to content

Commit

Permalink
add eksctl
Browse files Browse the repository at this point in the history
  • Loading branch information
ali5ter committed Feb 15, 2022
1 parent e4be081 commit 73cd77f
Show file tree
Hide file tree
Showing 11 changed files with 1,377 additions and 0 deletions.
11 changes: 11 additions & 0 deletions exp1/eksctl_taxo.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env bash
# Parse EKS CLI help and pretty print command taxonomy
# @ref https://eksctl.io/
# @author Alister Lewis-Bowen <bowena@vmware.com>

../cli_taxo.py eksctl \
--commands-token '^Commands:$' \
--commands-filter '^\s\seksctl.*?(\S+)\s\s' \
--options-token '^\S+\sflags:$' \
--options-filter '\s(-\S[^,\s,\"]+)\s' \
"$@"
75 changes: 75 additions & 0 deletions exp1/results/eksctl_taxo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
eksctl
└── anywhere
└── associate
│ └── identityprovider
└── completion
│ └── bash
│ └── fish
│ └── powershell
│ └── zsh
└── create
│ └── addon
│ └── cluster
│ └── fargateprofile
│ └── iamidentitymapping
│ └── iamserviceaccount
│ └── nodegroup
└── delete
│ └── addon
│ └── cluster
│ └── fargateprofile
│ └── iamidentitymapping
│ └── iamserviceaccount
│ └── nodegroup
└── deregister
│ └── cluster
└── disassociate
│ └── identityprovider
└── drain
│ └── nodegroup
└── enable
│ └── flux
└── get
│ └── addon
│ └── cluster
│ └── fargateprofile
│ └── iamidentitymapping
│ └── iamserviceaccount
│ └── identityprovider
│ └── labels
│ └── nodegroup
└── help
└── info
└── register
│ └── cluster
└── scale
│ └── nodegroup
└── set
│ └── labels
└── unset
│ └── labels
└── update
│ └── addon
│ └── cluster
│ └── iamserviceaccount
│ └── nodegroup
└── upgrade
│ └── cluster
│ └── nodegroup
└── utils
│ └── associate-iam-oidc-provider
│ └── describe-addon-versions
│ └── describe-stacks
│ └── enable-secrets-encryption
│ └── install-vpc-controllers
│ └── nodegroup-health
│ └── schema
│ └── set-public-access-cidrs
│ └── update-aws-node
│ └── update-cluster-endpoints
│ └── update-cluster-logging
│ └── update-coredns
│ └── update-kube-proxy
│ └── update-legacy-subnet-settings
│ └── write-kubeconfig
└── version
Loading

0 comments on commit 73cd77f

Please sign in to comment.