k3s/test
k8s-merge-robot 19408e5575 Merge pull request #24893 from andyzheng0831/gci
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.
2016-04-27 23:46:26 -07:00
..
component/scheduler/perf Add RC and container pors to scheduler benchmark 2016-04-20 15:10:57 +02:00
e2e Merge pull request #24893 from andyzheng0831/gci 2016-04-27 23:46:26 -07:00
e2e_node Track image storage usage for docker containers 2016-04-25 16:00:34 -07:00
fixtures/pkg/kubectl/cmd/apply Fix reference to versioned object in kubectl apply 2016-02-10 14:11:44 -08:00
images Add Makefile for iperf 2016-04-13 14:28:33 -07:00
integration Merge pull request #23574 from deads2k/add-extra 2016-04-26 21:14:53 -07:00
kubemark Add Services to Load test 2016-04-21 22:00:26 +02:00
soak Update test/e2e for test/e2e/framework refactoring 2016-04-13 10:50:17 -07:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00