Closed hintcnuie closed 4 years ago
In lab1, when running the below command: kubectl run hello-world --image=us.icr.io/<namespace>/hello-world
kubectl run hello-world --image=us.icr.io/<namespace>/hello-world
it pops up a warning message saying kubectl run --generator=deployment/apps.v1 is deprecated,
see
Pr submitted for fix. Thanks https://github.com/IBM/container-service-getting-started-wt/pull/124
In lab1, when running the below command:
kubectl run hello-world --image=us.icr.io/<namespace>/hello-world
it pops up a warning message saying kubectl run --generator=deployment/apps.v1 is deprecated,
see