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
Ideally, the priority to pick target K8s version must be
--kubeconfig
KUBECONFIG env
InCluster
But in our case we are skipping KUBECONFIG env variable and directly heading to inCluster. This does not follow the standard practice in other popular tools like kubectl, kubepug etc.
Ideally, the priority to pick target K8s version must be
But in our case we are skipping KUBECONFIG env variable and directly heading to inCluster. This does not follow the standard practice in other popular tools like kubectl, kubepug etc.
Example code from controller-runtime repo -> https://github.com/kubernetes-sigs/controller-runtime/blob/main/pkg/client/config/config.go#L76
The text was updated successfully, but these errors were encountered: