summaryrefslogtreecommitdiff
path: root/sysutils/eksctl/files/patch-pkg_eks_auth.go
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/eksctl/files/patch-pkg_eks_auth.go')
-rw-r--r--sysutils/eksctl/files/patch-pkg_eks_auth.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/eksctl/files/patch-pkg_eks_auth.go b/sysutils/eksctl/files/patch-pkg_eks_auth.go
deleted file mode 100644
index 01c1d9372fbc..000000000000
--- a/sysutils/eksctl/files/patch-pkg_eks_auth.go
+++ /dev/null
@@ -1,11 +0,0 @@
---- pkg/eks/auth.go.orig 2018-08-17 20:19:48 UTC
-+++ pkg/eks/auth.go
-@@ -192,7 +192,7 @@ func (c *ClientConfig) WithExecHeptioAuthenticator() *
- x := clientConfigCopy.Client.AuthInfos[c.ContextName]
- x.Exec = &clientcmdapi.ExecConfig{
- APIVersion: "client.authentication.k8s.io/v1alpha1",
-- Command: "heptio-authenticator-aws",
-+ Command: "aws-iam-authenticator",
- Args: []string{"token", "-i", c.Cluster.ClusterName},
- /*
- Args: []string{"token", "-i", c.Cluster.ClusterName, "-r", c.roleARN},