kubernetes/pkg/cloudprovider/providers/azure
Kubernetes Submit Queue e686b63465
Merge pull request #47849 from tomerf/azure_dns_label
Automatic merge from submit-queue (batch tested with PRs 55594, 47849, 54692, 55478, 54133). 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>.

Added service annotation to set Azure DNS label for public IP

**What this PR does / why we need it**: Added a feature to set the DNS label for public IPs in the Azure cloud.
For example:
```
apiVersion: v1
kind: Service
metadata:
  annotations:
    service.alpha.kubernetes.io/label-name: myservice
...
```
Will resolve myservice.westus.cloudapp.azure.com to the service's IP.

**Which issue this PR fixes**: fixes #44775

**Special notes for your reviewer**: Note that this is defining a new annotation, so feel free to point out if there is a preferred convention or anything else that needs to be done.

**Release note**:
```release-note
New service annotation "service.beta.kubernetes.io/azure-dns-label-name" to set Azure DNS label name for public IP
```
2017-11-13 06:09:21 -08:00
..
azure_backoff.go Fix format specifiers in Azure cloud provider 2017-08-31 15:54:36 +12:00
azure_blobDiskController.go Merge pull request #51677 from itowlson/azure-cloud-provider-vet 2017-10-11 08:41:07 -07:00
azure_controllerCommon.go Add Azure managed disk support 2017-07-14 14:09:44 +08:00
azure_file.go Add Azure managed disk support 2017-07-14 14:09:44 +08:00
azure_instance_metadata.go metadata improvements. 2017-07-31 23:54:22 +00:00
azure_instances.go Implement InstanceExistsByProviderID() for cloud providers 2017-10-20 14:59:28 +08:00
azure_loadbalancer.go Merge pull request #47849 from tomerf/azure_dns_label 2017-11-13 06:09:21 -08:00
azure_managedDiskController.go Add Azure managed disk support 2017-07-14 14:09:44 +08:00
azure_routes.go Add extra logging to azure API calls 2017-07-18 14:40:28 +01:00
azure_storage.go Log name if Azure file share cannot be created 2017-08-15 14:01:53 +12:00
azure_storageaccount.go Add extra logging to azure API calls 2017-07-18 14:40:28 +01:00
azure_test.go Use RFC1918 addresses in tests 2017-10-19 19:03:09 +00:00
azure_util.go Merge pull request #51757 from itowlson/azure-load-balancer-subnet-redux 2017-09-23 11:40:49 -07:00
azure_wrap.go Azure: Allow VNet to be in a separate Resource Group 2017-07-27 18:41:09 +02:00
azure_zones.go implementation of GetZoneByProviderID and GetZoneByNodeName for azure 2017-09-04 10:43:19 +02:00
azure.go Rev Azure SDK to v11.1.1 2017-11-01 16:23:50 +13:00
BUILD update BUILD files 2017-10-15 18:18:13 -07:00
OWNERS Added jdumars to OWNERS file for Azure cloud provider 2017-08-11 15:47:54 -04:00