![]() Automatic merge from submit-queue (batch tested with PRs 45268, 47573, 47632, 47818) NODE_TAINTS in gce startup scripts Currently there is now way to pass a list of taints that should be added on node registration (at least not in gce or other saltbased deployment). This PR adds necessary plumbing to pass the taints from user or instance group template to kubelet startup flags. ```release-note Taints support in gce/salt startup scripts. ``` The PR was manually tested. ``` NODE_TAINTS: 'dedicated=ml:NoSchedule' ``` in kube-env results in ``` spec: [...] taints: - effect: NoSchedule key: dedicated timeAdded: null value: ml ``` cc: @davidopp @gmarek @dchen1107 @MaciekPytel |
||
---|---|---|
.. | ||
mounter | ||
configure-helper.sh | ||
configure.sh | ||
health-monitor.sh | ||
helper.sh | ||
master-helper.sh | ||
master.yaml | ||
node-helper.sh | ||
node.yaml | ||
README.md |
Container-VM Image
Container-VM Image is a container-optimized OS image for the Google Cloud Platform (GCP). It is primarily for running Google services on GCP. Unlike the open preview version of container-vm, the new Container-VM Image is based on the open source ChromiumOS project, allowing us greater control over the build management, security compliance, and customizations for GCP.