googlecodelabs/orchestrate-with-kubernetes

kubectl run is DEPRECATED warning

uribrecher opened this issue · 0 comments

I'm getting this warning during the tutorial:
kubectl run nginx --image=nginx
kubectl run --generator=deployment/apps.v1 is DEPRECATED and will be removed in a future version. Use kubectl run --generator=run-pod/v1 or kubectl cre
ate instead.

can you please update the tutorial with the relevant changes?