k3s/pkg/cloudprovider/providers/azure
Kubernetes Submit Queue dc1843ebe4
Merge pull request #58676 from feiskyer/fix-58675
Automatic merge from submit-queue (batch tested with PRs 58697, 58658, 58676, 58674). 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>.

 Fix possible panic when getting Azure primary IPConfig

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

kube-controller-manager panic when removing a lot of nodes from kubernetes cluster (see #58675). 

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #58675

**Special notes for your reviewer**:

**Release note**:

```release-note
NONE
```
2018-01-23 10:27:38 -08:00
..
auth Split auth related config for Azure 2018-01-03 10:23:26 +08:00
BUILD Add additional unit tests. 2018-01-23 04:37:31 +00:00
OWNERS add Dong Liu as approver and add OWNERS in credentialprovider 2017-12-19 09:31:43 +00:00
azure.go Add azClientConfig to pass all essential information to create clients 2018-01-10 17:19:35 +08:00
azure_backoff.go Add additional unit tests. 2018-01-23 04:37:31 +00:00
azure_backoff_test.go Add additional unit tests. 2018-01-23 04:37:31 +00:00
azure_blobDiskController.go Minor commenting fixes for Azure Disk Controllers from CR 2018-01-04 01:29:46 -08:00
azure_cache.go Rename filenames for clear 2018-01-16 10:06:03 +08:00
azure_cache_test.go Rename filenames for clear 2018-01-16 10:06:03 +08:00
azure_client.go Review fixes 2018-01-15 13:32:42 +01:00
azure_controllerCommon.go azure disk: if the disk is not found, immediately detach it. This prevents azure keeps the bad request and stops issuing new request 2018-01-16 16:43:10 +00:00
azure_fakes.go Fix azure fake clients: use pointers 2018-01-16 10:08:14 +08:00
azure_file.go Add Azure managed disk support 2017-07-14 14:09:44 +08:00
azure_instances.go Remove useInstanceMetadata param from Azure cloud provider 2017-12-27 16:20:54 +08:00
azure_loadbalancer.go Merge pull request #58046 from feiskyer/azure-client 2018-01-11 05:10:39 -08:00
azure_loadbalancer.md correct doc for reconcileSecurityGroup 2017-11-20 09:32:47 -08:00
azure_loadbalancer_test.go Check both name and ports for azure health probes 2017-12-07 15:33:02 +08:00
azure_managedDiskController.go Minor commenting fixes for Azure Disk Controllers from CR 2018-01-04 01:29:46 -08:00
azure_metrics.go Review fixes 2018-01-15 13:32:42 +01:00
azure_metrics_test.go Instrument the Azure API calls for Prometheus monitoring 2018-01-12 11:10:40 +01:00
azure_routes.go Clean up azure rateLimiter and verbose logs 2018-01-10 14:02:08 +08:00
azure_standard.go Fix possible panic when getting primary IPConfig 2018-01-23 16:57:45 +08:00
azure_standard_test.go Add additional unit tests. 2018-01-23 04:37:31 +00:00
azure_storage.go return error when create azure share failed 2017-11-30 06:57:40 +00:00
azure_storageaccount.go Clean up azure rateLimiter and verbose logs 2018-01-10 14:02:08 +08:00
azure_test.go Remove unused code in UT files in pkg/ 2018-01-15 16:02:35 +08:00
azure_vmsets.go Add a general VMSet interface for both scale sets and availability sets 2017-12-13 14:11:55 +08:00
azure_vmss.go Merge pull request #58676 from feiskyer/fix-58675 2018-01-23 10:27:38 -08:00
azure_vmss_test.go fix azure TestGetInstanceIDByNodeName data race 2018-01-16 17:01:48 +08:00
azure_wrap.go Merge pull request #58046 from feiskyer/azure-client 2018-01-11 05:10:39 -08:00
azure_wrap_test.go Fix a bug in validating node existence. 2017-12-21 00:30:16 +00:00
azure_zones.go Initialize vmSet based on vmType setting and call vmSet interface instead of azureClient 2017-12-13 14:19:47 +08:00