You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keps/sig-cloud-provider/azure/20190125-out-of-tree-azure.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@ approvers:
17
17
- "@jagosan"
18
18
editor: "@feiskyer"
19
19
creation-date: 2019-01-29
20
-
last-updated: 2019-05-06
21
-
status: provisional
20
+
last-updated: 2020-01-18
21
+
status: implementable
22
22
---
23
23
24
24
# Supporting Out-of-Tree Azure Cloud Provider
@@ -51,12 +51,12 @@ status: provisional
51
51
## Release Signoff Checklist
52
52
53
53
-[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
60
60
61
61
## Summary
62
62
@@ -85,7 +85,7 @@ We propose a set of repositories from the Kubernetes organization to host our cl
85
85
-[kubernetes-sigs/azuredisk-csi-driver](https://github.com/kubernetes-sigs/azuredisk-csi-driver) would be the repository for AzureDisk CSI plugin.
86
86
-[kubernetes-sigs/azurefile-csi-driver](https://github.com/kubernetes-sigs/azurefile-csi-driver) would be the repository for AzureFile CSI plugin.
87
87
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).
89
89
90
90
### Documentation
91
91
@@ -122,7 +122,7 @@ cloud-provider-azure/
122
122
123
123
### Implementation Details/Notes/Constraints
124
124
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).
126
126
- 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).
127
127
- The credential provider is still under discussion on [kubernetes/cloud-provider#13](https://github.com/kubernetes/cloud-provider/issues/13).
128
128
@@ -148,15 +148,15 @@ This issue is being tracked on [kubernetes/cloud-provider#30](https://github.com
148
148
149
149
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).
150
150
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.
152
152
153
153
## Design Details
154
154
155
155
### Test Plan
156
156
157
157
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).
158
158
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.
0 commit comments