k3s/test/e2e
Kubernetes Submit Queue f83223091f Merge pull request #40319 from jeffvance/e2e-ssh-local
Automatic merge from submit-queue (batch tested with PRs 40584, 40319)

ssh support for local

**What this PR does / why we need it**: adds local deployment support for e2e tests. Useful for non-cloud, simple testing.

**Special notes for your reviewer**: Formerly this pr was part of #38214 

**Release note**:
```
NONE
```
2017-01-27 19:21:41 -08:00
..
chaosmonkey Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
common Update generated files 2017-01-25 19:49:45 +01:00
framework Merge pull request #40319 from jeffvance/e2e-ssh-local 2017-01-27 19:21:41 -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 Use statefulset instead in controller 2017-01-17 10:36:37 +08:00
upgrades Adding framework to allow multiple upgrade tests 2017-01-23 14:47:47 -08:00
BUILD Update generated files 2017-01-25 19:49:45 +01: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 refactor: use metav1.ObjectMeta in other types 2017-01-17 16:17:19 -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 Adding framework to allow multiple upgrade tests 2017-01-23 14:47:47 -08:00
cronjob.go refactor: Move *Options references to metav1 2017-01-24 13:41:51 -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 pkg/util: move uuid and strategicpatch into k8s.io/apimachinery 2017-01-25 19:45:09 +01:00
deployment.go refactor: Move *Options references to metav1 2017-01-24 13:41:51 -05:00
disruption.go Test changes due to client-go staging changes 2017-01-23 17:52:47 -05:00
dns.go pkg/util: move uuid and strategicpatch into k8s.io/apimachinery 2017-01-25 19:45:09 +01:00
dns_autoscaling.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
dns_configmap.go refactor: Move *Options references to metav1 2017-01-24 13:41:51 -05:00
e2e-example-config.json Add viper support to core e2es 2016-09-15 18:38:01 -04:00
e2e.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
e2e_test.go Add viper support to core e2es 2016-09-15 18:38:01 -04:00
empty.go Allow for configuring timeout for waiting for nodes 2016-12-13 09:55:34 +01:00
empty_dir_wrapper.go pkg/util: move uuid and strategicpatch into k8s.io/apimachinery 2017-01-25 19:45:09 +01: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 refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
example_k8petstore.go Merge pull request #38592 from krousey/client-context 2017-01-16 10:37:38 -08:00
examples.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
firewall.go fix redundant alias clientset 2017-01-12 10:21:05 +08:00
garbage_collector.go refactor: Move *Options references to metav1 2017-01-24 13:41:51 -05:00
generated_clientset.go pkg/util: move uuid and strategicpatch into k8s.io/apimachinery 2017-01-25 19:45:09 +01: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 Use clientset in GetReadySchedulableNodesOrDie 2016-10-19 15:55:39 +02:00
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 Move some common functions in e2e to e2e.framework for reusability 2017-01-19 07:56:30 +05:30
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 refactor: Move *Options references to metav1 2017-01-24 13:41:51 -05: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 pkg/util: move uuid and strategicpatch into k8s.io/apimachinery 2017-01-25 19:45:09 +01:00
kubelet.go Merge pull request #38214 from jeffvance/e2e-kubelet-wedge 2017-01-25 17:47:15 -08: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 refactor: use metav1.ObjectMeta in other types 2017-01-17 16:17:19 -05:00
load.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05: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 refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
namespace.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
network_partition.go make tools/cache authoritative 2017-01-25 08:29:45 -05: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 pkg/util: move uuid and strategicpatch into k8s.io/apimachinery 2017-01-25 19:45:09 +01:00
nodeoutofdisk.go Disable the NodeOutOfDisk test. 2017-01-26 12:38:00 -08:00
opaque_resource.go make tools/cache authoritative 2017-01-25 08:29:45 -05:00
pd.go pkg/util: move uuid and strategicpatch into k8s.io/apimachinery 2017-01-25 19:45:09 +01:00
persistent_volumes-disruptive.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
persistent_volumes.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
pod_gc.go pkg/util: move uuid and strategicpatch into k8s.io/apimachinery 2017-01-25 19:45:09 +01:00
pods.go pkg/util: move uuid and strategicpatch into k8s.io/apimachinery 2017-01-25 19:45:09 +01:00
portforward.go refactor: use metav1.ObjectMeta in other types 2017-01-17 16:17:19 -05:00
pre_stop.go add rbac v1beta1 2017-01-18 09:49:33 -05:00
proxy.go refactor: use metav1.ObjectMeta in other types 2017-01-17 16:17:19 -05:00
rc.go pkg/util: move uuid and strategicpatch into k8s.io/apimachinery 2017-01-25 19:45:09 +01:00
reboot.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
replica_set.go pkg/util: move uuid and strategicpatch into k8s.io/apimachinery 2017-01-25 19:45:09 +01:00
rescheduler.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
resize_nodes.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
resource_quota.go Retry resource quota lookup until count stabilizes 2017-01-24 17:52:50 -05:00
restart.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
scheduler_predicates.go Fix e2e "validates that InterPodAntiAffinity is respected if matching 2". 2017-01-26 13:17:10 -05:00
security_context.go pkg/util: move uuid and strategicpatch into k8s.io/apimachinery 2017-01-25 19:45:09 +01:00
service.go refactor: Move *Options references to metav1 2017-01-24 13:41:51 -05:00
service_accounts.go pkg/util: move uuid and strategicpatch into k8s.io/apimachinery 2017-01-25 19:45:09 +01: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 Use clientset in GetReadySchedulableNodesOrDie 2016-10-19 15:55:39 +02:00
statefulset.go refactor: Move *Options references to metav1 2017-01-24 13:41:51 -05:00
third-party.go refactor: Move *Options references to metav1 2017-01-24 13:41:51 -05:00
ubernetes_lite.go pkg/util: move uuid and strategicpatch into k8s.io/apimachinery 2017-01-25 19:45:09 +01:00
util_iperf.go
volume_provisioning.go refactor: use metav1.ObjectMeta in other types 2017-01-17 16:17:19 -05:00
volumes.go add some resillency to the new volume-server func 2017-01-23 12:22:57 -08:00