k3s/test/e2e
Kubernetes Submit Queue 38d2dc7068
Merge pull request #64447 from jsafrane/block-provision
Automatic merge from submit-queue (batch tested with PRs 63348, 63839, 63143, 64447, 64567). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Add block volume support to internal provisioners.

**What this PR does / why we need it**:
Internal provisioners now create filesystem PVs when block PVs are requested. This leads to unbindable PVCs.

In this PR, volume plugins that support block volumes provision block PVs when block is requested. All the other provisioners return clear error in `kubectl describe pvc`:

```
Events:
  Type     Reason              Age               From                         Message
  ----     ------              ----              ----                         -------
  Warning  ProvisioningFailed  7s (x2 over 18s)  persistentvolume-controller  Failed to provision volume with StorageClass "standard": kubernetes.io/cinder does not support block volume provisioning

```

```release-note
NONE
```

cc @kubernetes/vmware for vsphere changes
cc @andyzhangx for Azure changes

/assign @copejon @mtanino
2018-06-01 12:12:23 -07:00
..
apimachinery Merge pull request #64587 from liggitt/debug-aggregator 2018-05-31 23:43:33 -07:00
apps Move pkg/scheduler/schedulercache -> pkg/scheduler/cache 2018-05-31 22:55:34 +08:00
auth Merge pull request #64204 from sttts/sttts-unify-NewNoxuInstance 2018-05-25 04:49:37 -07:00
autoscaling Wait for PODs ready after scale up 2018-05-26 11:00:38 +02:00
chaosmonkey Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
common Add dynamic environment variable substitution to subpaths 2018-05-29 17:01:09 +01:00
framework Merge pull request #63839 from wgliang/master.movepkg 2018-06-01 12:12:15 -07:00
generated Add pointer comments 2018-04-25 09:47:14 -07:00
instrumentation correct test logging package stackdrvier -> stackdriver 2018-05-21 12:03:52 -07:00
kubectl Increase the timeout when waiting for the job to be gone 2018-05-28 15:53:14 +02:00
lifecycle Fix PodStore to wait for being initialized 2018-04-12 15:38:11 +02:00
manifest Add GCE-PD CSI Driver test to E2E test suite 2018-04-13 15:31:33 -07:00
network dns record scale test 2018-05-30 13:40:54 -04:00
node Remove kubectl reapers 2018-05-25 22:18:05 +02:00
perftype update BUILD files 2017-10-15 18:18:13 -07:00
scalability Merge pull request #64316 from krzysied/scheduling_latency_metric 2018-05-30 08:42:16 -07:00
scheduling Build files generated 2018-05-29 20:04:43 -04:00
servicecatalog use versiond group clients from client-go 2017-11-07 14:47:22 +08:00
storage Merge pull request #64447 from jsafrane/block-provision 2018-06-01 12:12:23 -07:00
testing-manifests test clusterip 2018-05-16 14:30:21 -07:00
ui test: Disable ui dashboard test for gke 2018-03-22 13:27:41 -07:00
upgrades Merge pull request #61419 from enisoc/apps-v1-deploy 2018-05-23 18:14:13 -07:00
BUILD register client-go auth plugins for e2e 2018-05-12 00:46:51 -04:00
README.md
e2e-example-config.json
e2e.go register client-go auth plugins for e2e 2018-05-12 00:46:51 -04:00
e2e_test.go Move multizone e2e to sig scheduling path 2018-01-25 08:42:16 -08:00
examples.go removes job scaler 2018-04-04 08:23:21 -04:00
gke_local_ssd.go update tests to be specific about the versions they are testing instead of floating 2018-05-01 13:18:41 -04:00
gke_node_pools.go

README.md

See e2e-tests

Analytics