mirror of https://github.com/k3s-io/k3s
9e97b5249b
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. |
||
---|---|---|
.. | ||
ginkgowrapper | ||
BUILD | ||
authorizer_util.go | ||
cleanup.go | ||
deployment_util.go | ||
exec_util.go | ||
federation_util.go | ||
firewall_util.go | ||
framework.go | ||
get-kubemark-resource-usage.go | ||
google_compute.go | ||
ingress_utils.go | ||
jobs_util.go | ||
kubelet_stats.go | ||
log_size_monitoring.go | ||
metrics_util.go | ||
networking_utils.go | ||
nodes_util.go | ||
perf_util.go | ||
pods.go | ||
pv_util.go | ||
rc_util.go | ||
resource_usage_gatherer.go | ||
rs_util.go | ||
service_util.go | ||
size.go | ||
statefulset_utils.go | ||
test_context.go | ||
upgrade_util.go | ||
util.go | ||
volume_util.go |