Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

docker and kubernetes chear sheet

1. How to delete all evicted pods in kubernetes:
kubectl get pod -n <ns> | grep Evicted | awk '{print $1}' | xargs kubectl delete pod -n <ns>
Comment

PREVIOUS NEXT
Code Example
Shell :: pip install dali 
Shell :: how to see files being watched by git 
Shell :: install ponylang 
Shell :: rust install cargo 
Shell :: installingf 
Shell :: virtmanager network autostart 
Shell :: gitbuvcket 
Shell :: spryker install silex 
Shell :: linux pipe string contains 
Shell :: git preview pull 
Shell :: turn off debug attach mode 
Shell :: spotify applescript 
Shell :: command on every line curl 
Shell :: Remove any previous Go installation 
Shell :: how to get the group name of a project in gitlab 
Shell :: fix dns browser linux 
Shell :: debian 10 package version lock 
Shell :: how to make gitlab patch 
Shell :: sed insert string at beginning of line matching pattern 
Shell :: check latest secret version acess GCP 
Shell :: install specific version pacakge go 
Shell :: format terminal mac 
Shell :: GitHube commend line 
Shell :: Fix SSH Error in Terminal & Linux: client_loop: send disconnect: Broken pipe 
Shell :: Git log to see changes only for a specific branch 
Shell :: install torch librosa 
Shell :: Git Auto Completion Enable for M1 
Shell :: $ git update-index --chmod +x ./scripts/movefile.sh 
Shell :: magemojo cron extension installation 
Shell :: wrapping token in vault 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =