Skip to content

Commit

Permalink
Merge pull request #5031 from twz123/call-supportbundle-directly
Browse files Browse the repository at this point in the history
Call supportbundle binary directly
  • Loading branch information
twz123 authored Sep 24, 2024
2 parents 4067cf2 + 3b3ee39 commit e83c857
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export KUBECONFIG="$1/pki/admin.conf"

bundleDir="$(mktemp -d)"
trap 'rm -rf -- "$bundleDir"' INT EXIT
kubectl supportbundle \
kubectl-supportbundle \
--debug \
--interactive=false \
--output="$bundleDir/support-bundle.tar.gz" \
Expand Down

0 comments on commit e83c857

Please sign in to comment.