Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

why kubectl command not working for describe pod

You've not specified the namespace in your describe pod command.

You did kubectl get all -n minio-operator, which gets all resources in the minio-operator namespace, but your kubectl describe has no namespace, so it's looking in the default namespace for a pod that isn't there.

kubectl describe po -n minio-operator <pod name> should work OK.

Most operations in kubernetes are namespaced, so will require the -n <namespace> argument
Comment

PREVIOUS NEXT
Code Example
Shell :: shell_to_meterpreter 
Shell :: nagiosPi docker-compose 
Shell :: ubuntu switch f1 with functions keys 
Shell :: what does le mean in linux 
Shell :: boot camp black screen reboots 
Shell :: sc windows 
Shell :: net book value calculator 
Shell :: windows launch from command line .lnk 
Shell :: rhel 8 docker 19.03 
Shell :: letsencrypt raspberry pi 
Shell :: where does pgadmin save backups in ubuntu 
Shell :: how to acess folder with space in name in terminal 
Shell :: dolphin service menus 
Shell :: Bash script Ping check utility to do continuous check and result save 
Shell :: osx go version not updating 
Shell :: remove file kali 
Shell :: dart vlc flutter 
Shell :: Automatically run program on Linux startup via rc.local 
Shell :: cme forwarding cisco 
Shell :: docker in linux 
Shell :: scp send folder 
Shell :: install nodemon in express 
Shell :: delete typeeset variable bash 
Shell :: nextcloud .step file 
Shell :: run specific unit test c# 
Shell :: http://archive.linux.duke.edu/ubuntu bionic/universe i386 libsndio6.1 i386 1.1.0-3 
Shell :: How to install very_good_cli in flutter 
Shell :: copy off powershell into text editor 
Shell :: installing choclatey no adminstrative rights 
Shell :: exit 0, run container in shell mode 
ADD CONTENT
Topic
Content
Source link
Name
5+3 =