mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-03 07:11:01 +00:00
Automatic merge from submit-queue (batch tested with PRs 61124, 59537, 61235, 61258, 61114). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Support new NODE_OS_DISTRIBUTION 'custom' on GCE **What this PR does / why we need it**: This PR allows us to run e2e tests against arbitrary OS images on GCE. It will be cherry picked into 1.8, 1.9 and 1.10. **Release note**: ``` Support new NODE_OS_DISTRIBUTION 'custom' on GCE. ``` /assign @dashpole