Skip to content

Commit

Permalink
Merge pull request kubernetes#2722 from feiskyer/az-crg
Browse files Browse the repository at this point in the history
Make Azure cross resource group nodes KEP to implementable
  • Loading branch information
k8s-ci-robot authored Sep 29, 2018
2 parents a7276ed + 4c44ae5 commit 9343192
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions keps/sig-azure/0025-20180809-cross-resource-group-nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9343192

Please sign in to comment.