Skip to content

Commit ab09a57

Browse files
authored
Merge pull request kubernetes#1466 from feiskyer/azure-implementable
Mark KEP Support Out-of-Tree Azure Cloud Provider as implementable
2 parents 9bc1864 + eb27ba3 commit ab09a57

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

keps/sig-cloud-provider/azure/20190125-out-of-tree-azure.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ approvers:
1717
- "@jagosan"
1818
editor: "@feiskyer"
1919
creation-date: 2019-01-29
20-
last-updated: 2019-05-06
21-
status: provisional
20+
last-updated: 2020-01-18
21+
status: implementable
2222
---
2323

2424
# Supporting Out-of-Tree Azure Cloud Provider
@@ -51,12 +51,12 @@ status: provisional
5151
## Release Signoff Checklist
5252

5353
- [X] k/enhancements issue in release milestone and linked to KEP (https://github.com/kubernetes/enhancements/issues/667)
54-
- [ ] KEP approvers have set the KEP status to `implementable`
55-
- [ ] Design details are appropriately documented
56-
- [ ] Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
57-
- [ ] Graduation criteria is in place
58-
- [ ] "Implementation History" section is up-to-date for milestone
59-
- [ ] Supporting documentation e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
54+
- [X] KEP approvers have set the KEP status to `implementable`
55+
- [X] Design details are appropriately documented
56+
- [X] Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
57+
- [X] Graduation criteria is in place
58+
- [X] "Implementation History" section is up-to-date for milestone
59+
- [X] Supporting documentation e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
6060

6161
## Summary
6262

@@ -85,7 +85,7 @@ We propose a set of repositories from the Kubernetes organization to host our cl
8585
- [kubernetes-sigs/azuredisk-csi-driver](https://github.com/kubernetes-sigs/azuredisk-csi-driver) would be the repository for AzureDisk CSI plugin.
8686
- [kubernetes-sigs/azurefile-csi-driver](https://github.com/kubernetes-sigs/azurefile-csi-driver) would be the repository for AzureFile CSI plugin.
8787

88-
Those projects would be subprojects under [SIG Azure](https://github.com/kubernetes/community/tree/master/sig-azure#subprojects).
88+
Those projects would be subprojects under [SIG Cloud Provider provider-azure](https://github.com/kubernetes/community/tree/master/sig-cloud-provider#provider-azure).
8989

9090
### Documentation
9191

@@ -122,7 +122,7 @@ cloud-provider-azure/
122122

123123
### Implementation Details/Notes/Constraints
124124

125-
- The core of Azure cloud provider would be moved to [kubernetes/cloud-provider-azure](https://github.com/kubernetes/cloud-provider-azure).
125+
- The core of Azure cloud provider would be moved to [kubernetes-sigs/cloud-provider-azure](https://github.com/kubernetes-sigs/cloud-provider-azure).
126126
- The storage drivers would be moved to [kubernetes-sigs/azuredisk-csi-driver](https://github.com/kubernetes-sigs/azuredisk-csi-driver) and [kubernetes-sigs/azurefile-csi-driver](https://github.com/kubernetes-sigs/azurefile-csi-driver).
127127
- The credential provider is still under discussion on [kubernetes/cloud-provider#13](https://github.com/kubernetes/cloud-provider/issues/13).
128128

@@ -148,15 +148,15 @@ This issue is being tracked on [kubernetes/cloud-provider#30](https://github.com
148148

149149
Azure credential provider is also depending on cloud provider codes. Though Azure Managed Service Identity (MSI) is a way to avoid explicit setting of credentials, MSI is not available on all cases (e.g. MSI may not be authorized to specific ACR repository).
150150

151-
This issue is being tracked on [kubernetes/cloud-provider#13](https://github.com/kubernetes/cloud-provider/issues/13). Its status would be updated later when it's discussed through sig cloud-provider.
151+
This issue is being tracked on KEP [Support Instance Metadata Service with Cloud Controller Manager](https://github.com/kubernetes/enhancements/blob/master/keps/sig-cloud-provider/azure/20190722-ccm-instance-metadata.md). It has been marked as implementable and would be implemented in cloud-provider-auzre.
152152

153153
## Design Details
154154

155155
### Test Plan
156156

157157
Azure Cloud Controller provider is reporting conformance test results to TestGrid as per the [Reporting Conformance Test Results to Testgrid KEP](https://github.com/kubernetes/enhancements/blob/master/keps/sig-cloud-provider/0018-testgrid-conformance-e2e.md).
158158

159-
See [report](https://testgrid.k8s.io/sig-azure-master#Summary) for more details.
159+
See [report](https://testgrid.k8s.io/provider-azure-cloud-provider-azure) for more details.
160160

161161
### Graduation Criteria
162162

0 commit comments

Comments
 (0)