Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

restart a pod kubernetes

kubectl rollout restart deployment [deployment_name]
Comment

kubectl restart recreate pod

kubectl get pod <pod_name> -n <namespace> -o yaml | kubectl replace --force -f -
Comment

PREVIOUS NEXT
Code Example
Shell :: chmod chown 
Shell :: delete a git branch 
Shell :: git pull only master branch 
Shell :: install vim in vs 
Shell :: fish set environment variable 
Shell :: unexpected inconsistency run fsck manually 
Shell :: terminal show running processes tree mac os 
Shell :: connect terminal to server 
Shell :: deploy docker to heroku 
Shell :: raspberry pi remote desktop 
Shell :: linux yaml validator command line 
Shell :: get until last match 
Shell :: wget debian to Downloads 
Shell :: how to open terminal in vs code 
Shell :: git stash save name 
Shell :: install gitflow 
Shell :: install nvm mac 
Shell :: git remove file from repository 
Shell :: curl get structured content 
Shell :: heroku rename could not find that app 
Shell :: service previous logs 
Shell :: texlive 2019 in ubuntu 18.4 
Shell :: sshfs lxc 
Shell :: user friendly linux distro 
Shell :: jq for xml 
Shell :: run ssh and immediately execute command 
Shell :: shell if "-z" 
Shell :: create batch file to delete folders and subfolders 
Shell :: linux count files fast 
Shell :: how to open nmap windows bash 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =