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
depMsg:=`This command is no longer available. Please consult documentation of the respective cloud provider to get access to the kubeconfig of the cluster.
18
+
Note that any change made directly on the kubernetes cluster under the hood can degrade the performance and reliability of the cluster, and Porter will
19
+
automatically reconcile any changes that pose a threat to the uptime of the cluster to its original state. Porter is not responsible for the issues that
20
+
arise due to the change implemented directly on the Kubernetes cluster via kubectl.`
21
+
16
22
helmCmd:=&cobra.Command{
17
-
Use: "helm",
18
-
Short: "Use helm to interact with a Porter cluster",
23
+
Use: "helm",
24
+
Short: "Use helm to interact with a Porter cluster",
depMsg:=`This command is no longer available. Please consult documentation of the respective cloud provider to get access to the kubeconfig of the cluster.
18
+
Note that any change made directly on the kubernetes cluster under the hood can degrade the performance and reliability of the cluster, and Porter will
19
+
automatically reconcile any changes that pose a threat to the uptime of the cluster to its original state. Porter is not responsible for the issues that
20
+
arise due to the change implemented directly on the Kubernetes cluster via kubectl.`
21
+
16
22
kubectlCmd:=&cobra.Command{
17
-
Use: "kubectl",
18
-
Short: "Use kubectl to interact with a Porter cluster",
23
+
Use: "kubectl",
24
+
Short: "Use kubectl to interact with a Porter cluster",
0 commit comments