Max Gautier
Max Gautier
Please pass the environment variables names explicitly to the `-E` option to avoid potential problem with privileges escalation.
AFAIK you need only the var names, not an assignment for sudo -E
I think the proper syntax is --preserve-env=var1,var2 IIRC
You need to rebase on top of master to fix the CI (and squash your commits)
Superseded by #11963
Hum, I think this just means our CI is somewhat broken. We should do a pip install before running kubespray (so twice in the upgrade job), but we do it...