kubectl run is DEPRECATED warning
uribrecher opened this issue · 0 comments
uribrecher commented
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?