ianbelcher/EKS kubectl

An action allowing you to integrate with EKS via kubectl in a Github Action, easily...

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
aws_access_key_idYour AWS_ACCESS_KEY_IDno
aws_secret_access_keyYour AWS_SECRET_ACCESS_KEYno
aws_regionThe region of the clusterno
cluster_nameThe name of the cluster you're usingyes
eks_role_arnEKS role arn that allow access eks cluster (Mostly happen when you create your cluster with CDK).no
stdinFile to read and pass as stdin to kubectlno
argsThe arguments that you want to pass through to the kubectl commandyes
kubernetes_versionKubernetes version to use for kubectl (ie, v1.21.0)no
namedescription
kubectl-outThe output of the kubectl command