Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

kubectl logs tail 100

# Display only the most recent 20 lines of output in pod nginx
kubectl logs --tail=20 nginx

# Show all logs from pod nginx written in the last hour
kubectl logs --since=1h nginx
Comment

PREVIOUS NEXT
Code Example
Shell :: git push heroku master everything up-to-date 
Shell :: linux mount ntfs as read write 
Shell :: zsh list environment variables 
Shell :: replace using sed 
Shell :: how to combine audio tracks ffmpeg 
Shell :: convert a WSL 1 distro to WSL 2 
Shell :: linux dark mode 
Shell :: git tutorial remove branches on local that do not exist on remote 
Shell :: how to make file in powershell 
Shell :: windows print environment variable powershell 
Shell :: find node version 
Shell :: brew install docker 
Shell :: how to add directory path to path variable ubuntu 
Shell :: how to add proxy to your command line linux 
Shell :: linux convert to sha256 
Shell :: how to restart x window manager in ubuntu 18.04 
Shell :: stop docker image 
Shell :: what is pipe line command in linux? 
Shell :: linux cpu power install 
Shell :: how to copy file in root directory 
Shell :: angular compile cache clear 
Shell :: install formik 
Shell :: enable usb port ubuntu 
Shell :: afficher le contenu de la variable path 
Shell :: create branch based to other branch ex. master 
Shell :: pip install requireents 
Shell :: githum readme bold 
Shell :: how to push local code to gitlab 
Shell :: how to get the files using the most storage ubuntu 
Shell :: bash if 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =