Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
Make it fail if kubernetes is not reachable.
Browse files Browse the repository at this point in the history
The previous impl did not fail if for example the user creds for kubernetes were not valid.
  • Loading branch information
msiegenthaler authored Oct 27, 2017
1 parent 4ce94d6 commit 54d119d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ setup_kubernetes() {

kubectl config use-context default
kubectl cluster-info
echo "Currently deployed namespaces on $cluster_url:"
kubectl get ns
}

setup_helm() {
Expand Down

0 comments on commit 54d119d

Please sign in to comment.