exporting two functions.

This commit is contained in:
smruthi2187
2018-02-08 13:58:44 -08:00
parent 77430f7438
commit 802ae08adb
+3
View File
@@ -239,6 +239,7 @@ dump_kubernetes_events() {
kubectl get events -n $ns kubectl get events -n $ns
echo "--- end kubectl events $ns ---" echo "--- end kubectl events $ns ---"
} }
export -f dump_kubernetes_events
dump_tiller_logs() { dump_tiller_logs() {
echo "--- tiller logs ---" echo "--- tiller logs ---"
@@ -246,6 +247,8 @@ dump_tiller_logs() {
kubectl logs $tiller_pod --since=30m -n kube-system kubectl logs $tiller_pod --since=30m -n kube-system
echo "--- end tiller logs ---" echo "--- end tiller logs ---"
} }
export -f dump_tiller_logs
helm_uninstall_fission() {(set +e helm_uninstall_fission() {(set +e
id=$1 id=$1