Troubleshooting Kubernetes Namespace Configuration
The following kubectl commands assume you are in the correct namespace sumologic. By default, these commands will use the namespace default.
To run a single command in the sumologic namespace, pass in the flag -n sumologic.
To set your namespace context more permanently, you can run the following command:
kubectl config set-context $(kubectl config current-context) --namespace=sumologic