We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b52d22 commit 6971e00Copy full SHA for 6971e00
1 file changed
specs/aws/aws_eks_update_kubeconfig.yaml
@@ -1,10 +1,12 @@
1
name: Set AWS EKS kubeconfig
2
-command: aws eks update-kubeconfig --region {{region}} --name {{cluster}}
+command: aws eks update-kubeconfig --region {{region}} --name {{cluster}} --alias {{alias}}
3
arguments:
4
- name: region
5
description: AWS region of the cluster
6
- name: cluster
7
description: The EKS cluster name
8
+ - name: alias
9
+ description: Alias for the cluster
10
11
12
tags: ["kubeconfig"]
0 commit comments