jamiehannaford / what-happens-when-k8s

🤔 What happens when I type kubectl run?
4.87k stars 514 forks source link

Generators in kubectl are deprecated #34

Open solacelost opened 4 years ago

solacelost commented 4 years ago

Kubernetes has deprectated generators in kubectl run in version 1.18.

https://kubernetes.io/docs/setup/release/notes/#deprecation-4

Remove all the generators from kubectl run. It will now only create pods. Additionally, deprecates all the flags that are not relevant anymore.

This affects the sections:

And that's all I could find with some grokking.