k3s/test
Kubernetes Submit Queue b070227e89 Merge pull request #48366 from wongma7/flex-e2e
Automatic merge from submit-queue (batch tested with PRs 50119, 48366, 47181, 41611, 49547)

Add basic install and mount flexvolumes e2e tests

fixes https://github.com/kubernetes/kubernetes/issues/47010

These two tests install a skeleton "dummy" flex driver, attachable and non-attachable respectively, then test that a pod can successfully use the flex driver. They are labeled disruptive because kubelet and controller-manager get restarted as part of the flex install. IMO it's important to keep this install procedure as part of the test to isolate any bugs with the startup plugin probe code.

There is a bit of an ugly dependency on cluster/gce/config-test.sh because --flex-volume-plugin-dir must be set to a dir that's readable from controller-manager container and writable by the flex e2e test. The default path is not writable on GCE masters with read-only root so I picked a location that looks okay.

In the "dummy" drivers I trick kubelet into thinking there is a mount point by doing "mount -t tmpfs none ${MNTPATH} >/dev/null 2>&1", hope that is okay.

I have only tested on GCE and theoretically they may work on AWS but I don't think there is a need to test on multiple cloudproviders.

-->
```release-note
NONE
```
2017-08-04 14:29:34 -07:00
..
e2e Merge pull request #48366 from wongma7/flex-e2e 2017-08-04 14:29:34 -07:00
e2e_federation Merge pull request #49538 from supereagle/versioned-coreclient 2017-07-29 05:28:49 -07:00
e2e_node Merge pull request #49916 from yguo0905/coreos 2017-08-02 23:29:49 -07:00
fixtures Flag support in kubectl plugins 2017-07-18 15:35:40 -03:00
images Merge pull request #47019 from jessfraz/allowPrivilegeEscalation 2017-07-31 16:56:58 -07:00
integration Merge pull request #49356 from duan-yue/code_clear 2017-08-02 05:16:04 -07:00
kubemark Fix bug in command retrying in kubemark 2017-07-24 17:18:50 +02:00
list
soak use the core client with version 2017-07-26 19:16:02 +08:00
utils # This is a combination of 2 commits. 2017-07-19 00:28:40 -04:00
BUILD
OWNERS Add sig-testing OWNERS_ALIASES 2017-07-25 11:05:18 -07:00
test_owners.csv Remove traces of go2idl 2017-08-03 09:33:58 +02:00
test_owners.json remove deprecated flags LowDiskSpaceThresholdMB and OutOfDiskTransitionFrequency 2017-07-20 13:23:13 -07:00