k3s/cluster
Kubernetes Submit Queue 4fbbc746a0 Merge pull request #35161 from mtaufen/mike-klet-cmount-node-e2e
Automatic merge from submit-queue

e2e node plumbing and bundling for GCI mounter

**Note:** The code in this PR only bundles the mounter and modifies `--mounter-path` if it can find `cluster/gce/gci/mounter` in the K8s source dir when building the test bundle.

This bundles the mounter script for GCI with the node e2e tests and allows the `--mounter-path` to be passed to the Kubelet via the node test framework. The node test runner will detect when we are running on a remote GCI node and add the appropriate `--mounter-path` to the `testArgs`. 

It also includes a simple node test that mounts a tmpfs volume. This will exercise the Kubelet's mounter code path. 

**ITEM OF NOTE:** To get the k8s root dir (in order to copy the mount script into the tarball), I changed `getK8sRootDir` -> `GetK8sRootDir` in `test/e2e_node/build/build.go`. Based on the comment above that function (and the fact that it was private to begin with), I'm not sure this is the best way to do things:
```
// TODO: Dedup / merge this with comparable utilities in e2e/util.go
```
On the other hand, the `e2e/util.go` file mentioned in that comment doesn't exist anymore. This should be resolved before this PR is merged.
2016-10-24 14:22:57 -07:00
..
addons Merge pull request #35435 from Crassirostris/grafana-usage-update 2016-10-24 13:38:07 -07:00
aws Update bringup: don't pass in dummy pod-cidr 2016-10-22 11:16:19 -04:00
azure azure kube-up respects AZURE_RESOURCE_GROUP 2016-07-08 11:59:32 -07:00
azure-legacy [squash] Rename and move to storageclass/ 2016-08-22 14:11:01 +02:00
centos Fix typo: incremeting -> incrementing 2016-09-24 16:10:51 -04:00
gce Merge pull request #35161 from mtaufen/mike-klet-cmount-node-e2e 2016-10-24 14:22:57 -07:00
gke Detect whether a cluster exists before deleting it 2016-10-20 12:09:04 -07:00
images Merge pull request #33708 from aaronlevy/no-cache 2016-10-17 21:21:05 -07:00
juju Merge pull request #34752 from ivan4th/fix-misspellings-of-receive 2016-10-17 03:19:18 -07:00
kubemark Allow setting master root disk size in kubemark 2016-10-19 12:37:17 +02:00
lib Add a verbosity concept to kubernetes scripts 2016-08-04 22:01:22 -07:00
libvirt-coreos Download the coreos_production_qemu_image over SSL. 2016-10-12 13:43:47 -07:00
local Merge pull request #28469 from asalkeld/local-e2e 2016-09-11 05:44:47 -07:00
mesos/docker Remove support for boot2docker 2016-10-03 19:42:20 -07:00
openstack-heat Merge pull request #27783 from jianhuiz/openstack-heat-network 2016-09-07 16:25:02 -07:00
ovirt
photon-controller [squash] Rename and move to storageclass/ 2016-08-22 14:11:01 +02:00
rackspace Make Rackspace deploy scripts compatible with Kubernetes v1.3.0 2016-08-08 16:05:39 +05:00
saltbase Merge pull request #33347 from justinsb/fix_32900 2016-10-24 01:14:06 -07:00
skeleton
ubuntu Merge pull request #34908 from jansel/flannel_other_net_config 2016-10-19 01:03:49 -07:00
vagrant Added DEFAULT_NETWORK_IF_NAME when starting nodes. 2016-10-08 17:20:38 +08:00
vsphere vSphere Kube-up: resolve vm-names on all nodes. 2016-10-22 09:36:06 +00:00
OWNERS Add jbeda to OWNERS for build, cluster, hack 2016-09-27 14:53:16 -07:00
README.md
common.sh HA master: fixed removal of master replica w/no suffix (GCE). 2016-10-19 12:04:26 +02:00
get-kube-binaries.sh Add option to get-kube-binaries.sh to download and extract tests 2016-10-18 16:13:38 -07:00
get-kube-local.sh
get-kube.sh Add option to get-kube-binaries.sh to download and extract tests 2016-10-18 16:13:38 -07:00
kube-down.sh
kube-push.sh
kube-up.sh
kube-util.sh federation: aws compatibility for cluster and e2e frameworks 2016-10-07 11:25:18 -07:00
kubectl.sh Make releases work 2016-07-12 21:52:54 -07:00
log-dump.sh log-dump.sh: Fix kubemark log-dump.sh 2016-10-12 13:47:36 -07:00
options.md
test-e2e.sh
test-network.sh
test-smoke.sh
update-storage-objects.sh
validate-cluster.sh

README.md

Cluster Configuration

Deprecation Notice: This directory has entered maintainence mode and will not be accepting new providers. Please submit new automation deployments to kube-deploy. Deployments in this directory will continue to be maintained and supported at their current level of support.

The scripts and data in this directory automate creation and configuration of a Kubernetes cluster, including networking, DNS, nodes, and master components.

See the getting-started guides for examples of how to use the scripts.

cloudprovider/config-default.sh contains a set of tweakable definitions/parameters for the cluster.

The heavy lifting of configuring the VMs is done by SaltStack.

Analytics