• k8s-merge-robot's avatar
    Merge pull request #24893 from andyzheng0831/gci · 19408e55
    k8s-merge-robot authored
    Automatic merge from submit-queue
    
    Add support for running clusters on GCI
    
    Google Container-VM Image (GCI) is the next revision of Container-VM. See documentation at https://cloud.google.com/compute/docs/containers/vm-image/. This change adds support for starting a Kubernetes cluster using GCI.
    
    With this change, users can start a kubernetes cluster using the latest kubelet and kubectl release binary built in the GCI image by running:
    
    	$ KUBE_OS_DISTRIBUTION="gci" cluster/kube-up.sh
    
    Or run a testing cluster on GCI by running:
    
    	$ KUBE_OS_DISTRIBUTION="gci" go run hack/e2e.go -v --up
    
    The commands above will choose the latest GCI image by default.
    19408e55
Name
Last commit
Last update
..
coreos Loading commit data...
debian Loading commit data...
trusty Loading commit data...
config-common.sh Loading commit data...
config-default.sh Loading commit data...
config-test.sh Loading commit data...
configure-vm.sh Loading commit data...
delete-stranded-load-balancers.sh Loading commit data...
list-resources.sh Loading commit data...
upgrade.sh Loading commit data...
util.sh Loading commit data...