Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Azure cross resource group nodes KEP to implementable #2722

Merged
merged 1 commit into from
Sep 29, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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