I have setup a minikube on my macos.
But kubectl is not supporting all the commands.
This particular commands is not being supported
minikube kubectl get pods all-namespaces
getting the error –
Error from server (NotFound): pods "all-namespaces" not found
this command is also not working
minikube kubectl get pods --namespace "kube-system"
While this command is working fine
minikube kubectl get pods