IBM / container-service-getting-started-wt

Other
95 stars 212 forks source link

Error: deployments.apps <namespace> not found #119

Closed koyurin closed 4 years ago

koyurin commented 4 years ago

The instruction below would better to be corrected.

Lab1 2-2 Start by running your image as a deployment: kubectl run hello-world --image=us.icr.io//hello-world:1

When I used the run command, only pod was created but deployment was not and at the Lab1 2-3, I encountered "Error: deployments.apps not found"

Instead of using run command, It seems better to use create deployment command, such as kubectl create deployment hello-world --image=us.icr.io//hello-world:1

bhpratt commented 4 years ago

PR submitted for fix. Thanks https://github.com/IBM/container-service-getting-started-wt/pull/124