mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-08 14:23:30 +00:00
Automatic merge from submit-queue Deploy a default StorageClass instance on AWS and GCE This needs a newer kubectl in kube-addons-manager container. It's quite tricky to test as I cannot push new container image to gcr.io and I must copy the newer container manually. cc @kubernetes/sig-storage **Release note**: ```release-note Kubernetes now installs a default StorageClass object when deployed on AWS, GCE and OpenStack with kube-up.sh scripts. This StorageClass will automatically provision a PeristentVolume in corresponding cloud for a PersistentVolumeClaim that cannot be satisfied by any existing matching PersistentVolume in Kubernetes. To override this default provisioning, administrators must manually delete this default StorageClass. ```
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.