Skip to content

Commit eb27ba3

Browse files
committed
Mark KEP Support Out-of-Tree Azure Cloud Provider as implementable
1 parent e0fec52 commit eb27ba3

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
@@ -19,8 +19,8 @@ approvers:
1919
- "@jagosan"
2020
editor: "@feiskyer"
2121
creation-date: 2019-01-29
22-
last-updated: 2019-05-06
23-
status: provisional
22+
last-updated: 2020-01-18
23+
status: implementable
2424
---
2525

2626
# Supporting Out-of-Tree Azure Cloud Provider
@@ -53,12 +53,12 @@ status: provisional
5353
## Release Signoff Checklist
5454

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

6363
## Summary
6464

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

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

9292
### Documentation
9393

@@ -124,7 +124,7 @@ cloud-provider-azure/
124124

125125
### Implementation Details/Notes/Constraints
126126

127-
- The core of Azure cloud provider would be moved to [kubernetes/cloud-provider-azure](https://github.com/kubernetes/cloud-provider-azure).
127+
- The core of Azure cloud provider would be moved to [kubernetes-sigs/cloud-provider-azure](https://github.com/kubernetes-sigs/cloud-provider-azure).
128128
- 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).
129129
- The credential provider is still under discussion on [kubernetes/cloud-provider#13](https://github.com/kubernetes/cloud-provider/issues/13).
130130

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

151151
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).
152152

153-
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.
153+
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.
154154

155155
## Design Details
156156

157157
### Test Plan
158158

159159
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).
160160

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

163163
### Graduation Criteria
164164

0 commit comments

Comments
 (0)