We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba998f commit bcd7712Copy full SHA for bcd7712
pkg/kubernetes/configuration.go
@@ -27,7 +27,7 @@ func resolveKubernetesConfigurations(kubernetes *Kubernetes) error {
27
pathOptions.LoadingRules.ExplicitPath = kubernetes.Kubeconfig
28
}
29
kubernetes.clientCmdConfig = clientcmd.NewNonInteractiveDeferredLoadingClientConfig(
30
- &clientcmd.ClientConfigLoadingRules{ExplicitPath: pathOptions.GetDefaultFilename()},
+ pathOptions.LoadingRules,
31
&clientcmd.ConfigOverrides{ClusterInfo: clientcmdapi.Cluster{Server: ""}})
32
var err error
33
if kubernetes.IsInCluster() {
0 commit comments