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

Commit

Permalink
Remove the cluster-info (#40)
Browse files Browse the repository at this point in the history
cluster-info requires more privileges than the minimum required
to interact with tiller, as per https://github.com/kubernetes/helm/blob/master/docs/rbac.md#example-deploy-helm-in-a-namespace-talking-to-tiller-in-another-namespace
  • Loading branch information
2color authored and msiegenthaler committed Mar 26, 2018
1 parent acc5c5d commit c3c4529
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ setup_kubernetes() {
fi

kubectl config use-context default
kubectl cluster-info
kubectl version
}

Expand Down

0 comments on commit c3c4529

Please sign in to comment.