You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: remove --generator flag for kubectl in tests
We deploy a Pod in our integration tests using the --generator flag of kubectl.
Since 1.18 of kubectl, it seems that this flag has been deprecated and is no longer used: "has no effect and will be removed in the future".
This was caught by our tests because we try to use the latest version of kubectl, so breaking changes like this will surface.
0 commit comments