diff --git a/templates/commandline.tmpl b/templates/commandline.tmpl index 7a55256d1..3823a6389 100644 --- a/templates/commandline.tmpl +++ b/templates/commandline.tmpl @@ -66,6 +66,7 @@ kubectl config set-credentials {{ .Email }} \ --auth-provider-arg=id-token={{ .IDToken }} kubectl config set-context {{ .ClusterName }} --cluster={{ .ClusterName }} --user={{ .Email }} kubectl config use-context {{ .ClusterName }} +rm ca-{{ .ClusterName }}.pem