Does this command display all the pods in the cluster that are labeled as ‘env: development’?
‘kubectl get pods -l env=development’
Does this command display all the pods in the cluster that are labeled as ‘env: development’?
‘kubectl get pods -l env=development’
you need to include the --all-namespaces