You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates Tasks to use kubeconfig from workspace. (#354)
This commit updates task to use kubeconfig from workspaces to make load
and addon related task generic.
Signed-off-by: Ashish Ranjan <[email protected]>
Copy file name to clipboardExpand all lines: tests/tasks/setup/eks/awscli-cp.yaml
+18-9Lines changed: 18 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -25,14 +25,15 @@ spec:
25
25
description: servicerole name to be used for eks cluster to perform operations in customer account to setup cluster
26
26
workspaces:
27
27
- name: config
28
-
description: |
29
-
A workspace into which a kubeconfig file called `kubeconfig` will be written that will contain the information required to access the cluster. The `kubeconfig` will expect to use [aws-iam-authenticator](https://github.com/kubernetes-sigs/aws-iam-authenticator/) to authenticate, so in order for it to be used it must be run in a container which contains both `kubectl` and `aws-iam-authenticator`.
0 commit comments