Skip to content

Commit f6139e3

Browse files
author
Jeff McCormick
committed
tweaks to quickstart
1 parent 5b537d4 commit f6139e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/quickstart.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if [[ $? -ne 0 ]]; then
2929
fi
3030

3131
echo "testing kubectl connection" | tee -a $LOG
32-
kubectl get namespaces | tee -a $LOG
32+
kubectl get namespaces
3333
if [[ $? -ne 0 ]]; then
3434
echo "kubectl is not connecting to your Kube Cluster, required to proceed" | tee -a $LOG
3535
exit 1
@@ -104,7 +104,7 @@ if [[ "$REPLY" == "yes" ]]; then
104104
echo "problem creating Kube demo namespace"
105105
exit 1
106106
fi
107-
Kubectl get namespaces
107+
kubectl get namespaces
108108
kubectl config view
109109

110110
echo "enter your Kube cluster name: "

0 commit comments

Comments
 (0)