Fixing tiller pod logs and ports for probes.

This commit is contained in:
smruthi2187
2018-02-08 13:58:44 -08:00
parent 3aaabc909b
commit 77430f7438
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -243,7 +243,7 @@ dump_kubernetes_events() {
dump_tiller_logs() {
echo "--- tiller logs ---"
tiller_pod=`kubectl get pods -n kube-system | grep tiller| tr -s " "| cut -d" " -f1`
kubectl logs $tiller_pod -n kube-system
kubectl logs $tiller_pod --since=30m -n kube-system
echo "--- end tiller logs ---"
}