Merge pull request #2722 from feiskyer/az-crg

Make Azure cross resource group nodes KEP to implementable
This commit is contained in:
k8s-ci-robot 2018-09-29 13:45:46 -07:00 committed by GitHub
commit 9343192b81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 3 deletions

View File

@ -11,10 +11,11 @@ reviewers:
- name: "@justaugustus"
approvers:
- name: "@brendanburns"
editor: TBD
editor:
- "@feiskyer"
creation-date: 2018-08-09
last-updated: 2018-08-09
status: provisional
last-updated: 2018-09-29
status: implementable
---
# Cross resource group nodes
@ -165,6 +166,12 @@ spec:
effect: NoSchedule
```
## Implementation History
- [kubernetes#67604](https://github.com/kubernetes/kubernetes/pull/67604): Adds initial support for Azure cross resource group nodes.
- [kubernetes#67984](https://github.com/kubernetes/kubernetes/pull/67984): Adds unmanaged nodes support for Azure cloud provider.
- [cloud-provider-azure#58](https://github.com/kubernetes/cloud-provider-azure/pull/58): Adds documentation for Azure cross resource group nodes.
## Alternatives
Annotations, additional cloud provider options and querying directly from Azure API are three alternatives ways to provide resource group information. They are not preferred because