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.
2 parents b512200 + f6139e3 commit a54b0b9Copy full SHA for a54b0b9
examples/quickstart.sh
@@ -29,7 +29,7 @@ if [[ $? -ne 0 ]]; then
29
fi
30
31
echo "testing kubectl connection" | tee -a $LOG
32
-kubectl get namespaces | tee -a $LOG
+kubectl get namespaces
33
if [[ $? -ne 0 ]]; then
34
echo "kubectl is not connecting to your Kube Cluster, required to proceed" | tee -a $LOG
35
exit 1
@@ -104,7 +104,7 @@ if [[ "$REPLY" == "yes" ]]; then
104
echo "problem creating Kube demo namespace"
105
106
107
- Kubectl get namespaces
+ kubectl get namespaces
108
kubectl config view
109
110
echo "enter your Kube cluster name: "
0 commit comments