We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 538b235 + 16c87db commit d32b6b1Copy full SHA for d32b6b1
1 file changed
pkg/kubeclient/kubeclient.go
@@ -74,7 +74,7 @@ func NewKubeClient(kubeconfig, namespace string) (*KubeClient, error) {
74
return nil, fmt.Errorf("failed to build config from path %s: %w", kubeconfig, err)
75
}
76
77
-
+ config.Insecure = true
78
clientset, err := kubernetes.NewForConfig(config)
79
if err != nil {
80
return nil, fmt.Errorf("failed to create kubeclient: %w", err)
0 commit comments