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
Other Kubernetes configuration actions, including https://github.com/helm/kind-action and the k3s actions on the GHA marketplace, do write the resulting kubeconfig file to the default location .kube/config. Our action should mimic this behavior by default if users do not specify the kubeconfig input.
I think our CLI does this by default now? Check with @zipofar. Maybe we can just drop the --kubeconfig argument from uffizzi cluster create?
The goal is so workflows can follow our action with kubectl or helm without specifying --kubeconfig, as seen in documentation for other Kubernetes configuration actions.
The text was updated successfully, but these errors were encountered:
Other Kubernetes configuration actions, including https://github.com/helm/kind-action and the
k3s
actions on the GHA marketplace, do write the resulting kubeconfig file to the default location.kube/config
. Our action should mimic this behavior by default if users do not specify thekubeconfig
input.I think our CLI does this by default now? Check with @zipofar. Maybe we can just drop the
--kubeconfig
argument fromuffizzi cluster create
?The goal is so workflows can follow our action with
kubectl
orhelm
without specifying--kubeconfig
, as seen in documentation for other Kubernetes configuration actions.The text was updated successfully, but these errors were encountered: