k3s/test/e2e
Kubernetes Submit Queue f551c571f5 Merge pull request #41049 from copejon/pv-provision-in-unmanaged-zone
Automatic merge from submit-queue (batch tested with PRs 41134, 41410, 40177, 41049, 41313)

PV E2E:  dynamically provisioned volume should not create in unmanaged zone

**What this PR does / why we need it**:
Adds e2e test to that attempts to provision a volume in an unmanaged zone and fails on success.  This is to catch regressions of #31948.


cc @jeffvance 
```release-note
NONE
```
2017-02-15 05:58:21 -08:00
..
chaosmonkey Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
common Address comments: remove unused resourceVersion in e2e util wait loop; poll pods every 2 seconds 2017-02-08 13:05:11 -08:00
framework Merge pull request #41252 from kargakis/drop-unnecessary-helper 2017-02-15 04:14:12 -08:00
generated Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
perftype Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
testing-manifests Fix statefulset e2e test 2017-02-14 10:16:32 -05:00
upgrades implement configmap upgrade test 2017-02-13 13:18:36 -08:00
BUILD Merge pull request #40355 from gmarek/nc-taint-handling 2017-02-10 04:50:42 -08:00
addon_update.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
apparmor.go refactor: use metav1.ObjectMeta in other types 2017-01-17 16:17:19 -05:00
autoscaling_utils.go move util/intstr to apimachinery 2017-01-30 12:46:59 -05:00
cadvisor.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
cluster_logging_es.go refactor: Move *Options references to metav1 2017-01-24 13:41:51 -05:00
cluster_logging_gcl.go refactor: Move *Options references to metav1 2017-01-24 13:41:51 -05:00
cluster_logging_utils.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
cluster_size_autoscaling.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
cluster_upgrade.go implement configmap upgrade test 2017-02-13 13:18:36 -08:00
cronjob.go move client/record 2017-01-31 19:14:13 -05:00
daemon_restart.go pkg/util: move uuid and strategicpatch into k8s.io/apimachinery 2017-01-25 19:45:09 +01:00
daemon_set.go DaemonSet controller actively kills failed pods (to recreate them) 2017-01-25 10:20:26 -08:00
dashboard.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
density.go Fix failing density test in 100-node clusters 2017-02-06 12:18:10 +01:00
deployment.go Move two flaky e2e tests to the flaky suite. 2017-02-10 10:17:24 -08:00
disruption.go Fix k8s.io/client-go imports in authorative files before resync 2017-01-31 13:49:38 +01:00
dns.go pkg/util: move uuid and strategicpatch into k8s.io/apimachinery 2017-01-25 19:45:09 +01:00
dns_autoscaling.go pkg/api/resource: move to apimachinery 2017-01-29 21:41:44 +01:00
dns_configmap.go move util/intstr to apimachinery 2017-01-30 12:46:59 -05:00
e2e-example-config.json
e2e.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
e2e_test.go
empty.go Allow for configuring timeout for waiting for nodes 2016-12-13 09:55:34 +01:00
empty_dir_wrapper.go move util/intstr to apimachinery 2017-01-30 12:46:59 -05:00
etcd_failure.go refactor: Move *Options references to metav1 2017-01-24 13:41:51 -05:00
events.go pkg/util: move uuid and strategicpatch into k8s.io/apimachinery 2017-01-25 19:45:09 +01:00
example_cluster_dns.go Address comments: remove unused resourceVersion in e2e util wait loop; poll pods every 2 seconds 2017-02-08 13:05:11 -08:00
example_k8petstore.go Merge pull request #38592 from krousey/client-context 2017-01-16 10:37:38 -08:00
examples.go Fixes Hazelcast example e2e test 2017-02-13 10:14:29 +01:00
firewall.go fix redundant alias clientset 2017-01-12 10:21:05 +08:00
garbage_collector.go Merge pull request #39216 from krmayankk/contr-ref 2017-02-01 12:32:41 -08:00
generated_clientset.go move util/intstr to apimachinery 2017-01-30 12:46:59 -05:00
gke_local_ssd.go pkg/util: move uuid and strategicpatch into k8s.io/apimachinery 2017-01-25 19:45:09 +01:00
gke_node_pools.go
ha_master.go Merge pull request #39661 from NickrenREN/clientset-redundant-modify 2017-01-12 13:29:16 -08:00
horizontal_pod_autoscaling.go refactor: use metav1.ObjectMeta in other types 2017-01-17 16:17:19 -05:00
ingress.go install authorization.k8s.io/v1, add tests 2017-02-06 18:16:51 -05:00
ingress_utils.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
initial_resources.go refactor: use metav1.ObjectMeta in other types 2017-01-17 16:17:19 -05:00
job.go Remove half of the job e2e tests. 2017-02-02 10:31:43 -08:00
kibana_logging.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
kube_proxy.go refactor: use metav1.ObjectMeta in other types 2017-01-17 16:17:19 -05:00
kubectl.go install authorization.k8s.io/v1, add tests 2017-02-06 18:16:51 -05:00
kubelet.go Revert "fix flaky host cleanup test" 2017-02-14 12:50:42 +01:00
kubelet_perf.go pkg/util: move uuid and strategicpatch into k8s.io/apimachinery 2017-01-25 19:45:09 +01:00
limit_range.go pkg/api/resource: move to apimachinery 2017-01-29 21:41:44 +01:00
load.go Modify load test to not create too may services/endpoints 2017-02-01 13:25:43 +01:00
logging_soak.go New ns param for NewClusterVerification 2016-12-05 16:27:07 -05:00
mesos.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
metrics_grabber_test.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
monitoring.go Update to use proxy subresource consistently 2017-02-13 22:05:00 -05:00
namespace.go move util/intstr to apimachinery 2017-01-30 12:46:59 -05:00
network_partition.go Address comments: remove unused resourceVersion in e2e util wait loop; poll pods every 2 seconds 2017-02-08 13:05:11 -08:00
networking.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
networking_perf.go New ns param for NewClusterVerification 2016-12-05 16:27:07 -05:00
node_problem_detector.go install authorization.k8s.io/v1, add tests 2017-02-06 18:16:51 -05:00
nodeoutofdisk.go pkg/api/resource: move to apimachinery 2017-01-29 21:41:44 +01:00
opaque_resource.go pkg/api/resource: move to apimachinery 2017-01-29 21:41:44 +01:00
pd.go pkg/api/resource: move to apimachinery 2017-01-29 21:41:44 +01:00
persistent_volumes-disruptive.go Merge pull request #40879 from copejon/pv-e2e-unique-nfs-vol 2017-02-04 04:43:07 -08:00
persistent_volumes-vsphere.go updating existing e2e tests and adding new e2e tests for vsphere cloud provider 2017-02-07 10:36:39 -08:00
persistent_volumes.go PV E2E: default reclaimPolicy to Retain, target recycling behavior in single spec 2017-02-14 15:43:20 -06:00
pod_gc.go pkg/util: move uuid and strategicpatch into k8s.io/apimachinery 2017-01-25 19:45:09 +01:00
pods.go Move two flaky e2e tests to the flaky suite. 2017-02-10 10:17:24 -08:00
portforward.go Port forward over websockets 2017-02-01 06:32:04 -07:00
pre_stop.go install authorization.k8s.io/v1, add tests 2017-02-06 18:16:51 -05:00
proxy.go move util/intstr to apimachinery 2017-01-30 12:46:59 -05:00
pv_reclaimpolicy.go updating existing e2e tests and adding new e2e tests for vsphere cloud provider 2017-02-07 10:36:39 -08:00
pvc_label_selector.go updating existing e2e tests and adding new e2e tests for vsphere cloud provider 2017-02-07 10:36:39 -08:00
pvutil.go PV E2E: default reclaimPolicy to Retain, target recycling behavior in single spec 2017-02-14 15:43:20 -06:00
rc.go pkg/api/resource: move to apimachinery 2017-01-29 21:41:44 +01:00
reboot.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
replica_set.go pkg/api/resource: move to apimachinery 2017-01-29 21:41:44 +01:00
rescheduler.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
resize_nodes.go move util/intstr to apimachinery 2017-01-30 12:46:59 -05:00
resource_quota.go move util/intstr to apimachinery 2017-01-30 12:46:59 -05:00
restart.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
scheduler_predicates.go Address comments: remove unused resourceVersion in e2e util wait loop; poll pods every 2 seconds 2017-02-08 13:05:11 -08:00
security_context.go pkg/util: move uuid and strategicpatch into k8s.io/apimachinery 2017-01-25 19:45:09 +01:00
service.go move util/intstr to apimachinery 2017-01-30 12:46:59 -05:00
service_accounts.go test: update to use mounttest:0.8 and mounttest-user:0.5 2017-02-02 20:41:18 +00:00
service_latency.go make tools/cache authoritative 2017-01-25 08:29:45 -05:00
serviceloadbalancers.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
ssh.go
statefulset.go Merge pull request #40838 from kow3ns/ss-fixes 2017-02-10 00:04:49 -08:00
taints_test.go Taint controller - first commit 2017-02-10 02:13:45 +01:00
third-party.go refactor: Move *Options references to metav1 2017-01-24 13:41:51 -05:00
ubernetes_lite.go move util/intstr to apimachinery 2017-01-30 12:46:59 -05:00
util_iperf.go
volume_provisioning.go Add test to check disk cannot be provisioned in unmanaged zones 2017-02-14 15:46:03 -06:00
volumes.go updating existing e2e tests and adding new e2e tests for vsphere cloud provider 2017-02-07 10:36:39 -08:00
vsphere_utils.go updating existing e2e tests and adding new e2e tests for vsphere cloud provider 2017-02-07 10:36:39 -08:00
vsphere_volume_placement.go updating existing e2e tests and adding new e2e tests for vsphere cloud provider 2017-02-07 10:36:39 -08:00