k3s/test/e2e/framework
Kubernetes Submit Queue 9e97b5249b Merge pull request #46360 from khenidak/azure-pd-final
Automatic merge from submit-queue

Azure PD (Managed/Blob)

This is exactly the same code as this [PR](https://github.com/kubernetes/kubernetes/pull/41950). It has a clean set of generated items. We created a separate PR to accelerate the accept/merge the PR

CC @colemickens 
CC @brendandburns 

**What this PR does / why we need it**:

1. Adds K8S support for Azure Managed Disks. 
2. Adds support for dedicated blob disks (1:1 to storage account) in addition to shared blob disks (n:1 to storage account). 
3. Automatically manages the underlying storage accounts. New storage accounts are created at 50% utilization. Max is 100 disks, 60 disks per storage account.    
2. Addresses the current issues with Blob Disks:
..* Significantly faster attach process. Disks are now usually available for pods on nodes under 30 sec if formatted, under a min if not formatted. 
..* Adds support to move disks between nodes.
..* Adds consistent attach/detach behavior, checks if the disk is leased/attached on a different node before attempting to attach to target nodes.
..* Fixes a random hang behavior on Azure VMs during mount/format (for both blob + managed disks).
..* Fixes a potential conflict by avoiding the use of disk names for mount paths. The new plugin uses hashed disk uri for mount path.  

The existing AzureDisk is used as is. Additional "kind" property was added  allowing the user to decide if the pd will be shared, dedicated or managed (Azure Managed Disks are used).

Due to the change in mounting paths, existing PDs need to be recreated as PV or PVCs on the new plugin.
2017-07-14 09:57:51 -07:00
..
ginkgowrapper Add a ginkgo wrapper so we can annotate panics 2017-06-12 14:35:37 -07:00
BUILD Merge pull request #48641 from smarterclayton/refactor_exec 2017-07-12 14:08:10 -07:00
authorizer_util.go run hack/update-all 2017-06-22 11:31:03 -07:00
cleanup.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
deployment_util.go Move the workload e2e tests to it's own package 2017-06-26 09:56:20 +08:00
exec_util.go Prepare to introduce websockets for exec and portforward 2017-07-07 18:22:51 -04:00
federation_util.go Add the ability to customize federation system namespace in e2e turn up scripts. 2017-03-24 14:42:50 -07:00
firewall_util.go Merge pull request #48309 from MrHohn/e2e-fix-ingress-tag 2017-07-05 15:10:16 -07:00
framework.go Move metrics_grabbert to test/e2e 2017-07-07 13:13:44 +02:00
get-kubemark-resource-usage.go Make resource gatherer get data about etcd resource usage in kubemark setup 2017-04-13 15:22:36 +02:00
google_compute.go Write output into the correct dir 2017-06-28 18:06:55 -07:00
ingress_utils.go Remove address getter from CreateAddress(Region and Global) 2017-07-12 20:06:18 -07:00
jobs_util.go Move the workload e2e tests to it's own package 2017-06-26 09:56:20 +08:00
kubelet_stats.go Move metrics_grabbert to test/e2e 2017-07-07 13:13:44 +02:00
log_size_monitoring.go Make log-monitor give up on trying to ssh to a dead node after some time 2017-05-30 10:27:10 +02:00
metrics_util.go Move metrics_grabbert to test/e2e 2017-07-07 13:13:44 +02:00
networking_utils.go run hack/update-all 2017-06-22 11:31:03 -07:00
nodes_util.go run hack/update-all 2017-06-22 11:31:03 -07:00
perf_util.go Logs node e2e perf data to standalone json files 2017-06-12 14:27:56 -07:00
pods.go run hack/update-all 2017-06-22 11:31:03 -07:00
pv_util.go Add Azure managed disk support 2017-07-14 14:09:44 +08:00
rc_util.go Move the workload e2e tests to it's own package 2017-06-26 09:56:20 +08:00
resource_usage_gatherer.go Allow summaries to be printed out to ReportDir instead of stdout 2017-04-19 16:17:36 +02:00
rs_util.go Move the workload e2e tests to it's own package 2017-06-26 09:56:20 +08:00
service_util.go Merge pull request #46197 from xiangpengzhao/fix-allocate-clusterip 2017-06-29 15:16:42 -07:00
size.go Cleanup: replace some hardcoded codes and remove unused functions 2017-04-25 09:38:25 +08:00
statefulset_utils.go Move the workload e2e tests to it's own package 2017-06-26 09:56:20 +08:00
test_context.go Merge pull request #48824 from yguo0905/docker-validation 2017-07-13 22:44:00 -07:00
upgrade_util.go Add traceroute logging on connection failure 2017-06-28 12:25:20 -07:00
util.go Enable logexporter mechanism to dump logs from k8s nodes to GCS directly 2017-07-12 14:39:49 +02:00
volume_util.go run hack/update-all 2017-06-22 11:31:03 -07:00