Mayank Verma:
Hi , any idea why its not letting me create a new deployment …as there is no deployment running with same name after running kubect get all
chris resnik:
it says “already exists”
chris resnik:
search for deployments in all namespaces
Thangaraj Ravi:
kubectl get deployment -n dev-ns
-> You can see the deployment already in the name of redis-deploy.
Shwetha Shenoy V:
you didnt specify the namespace on kubectl get all
command. So, the output is for default
ns assuming that you didnt set any default ns in the context.