Welcome to the Linux Foundation Forum!

Lab 15 step 20 and 21: not necessary to create ProdDan-context

Options

having done all the previous steps, to me it is not necessary to fulfill step 19 in order to complete step 20 and 21:

ubuntu@wf1:~/15$ kubectl --context=DevDan-context get pods -n production
No resources found in production namespace.
ubuntu@wf1:~/15$
ubuntu@wf1:~/15$ kubectl --context=DevDan-context create -n production deployment dandep --image nginx
error: failed to create deployment: deployments.apps is forbidden: User "DevDan" cannot create resource "deployments" in API group "apps" in the namespace "production"
ubuntu@wf1:~/15$

Categories

Upcoming Training