Skip to content

Instantly share code, notes, and snippets.

@dragonde
Created January 3, 2024 10:11
Show Gist options
  • Save dragonde/d785f3baafee905319be4055a1255309 to your computer and use it in GitHub Desktop.
Save dragonde/d785f3baafee905319be4055a1255309 to your computer and use it in GitHub Desktop.
Notas[object Object]

bash

set -euxo pipefail is short for:

set -e
set -u
set -o pipefail
set -x

Force Delete Pod

kubectl delete --grace-period=0 --force pod <pod>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment