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
@@ -19,8 +19,8 @@ approvers:
19
19
- "@jagosan"
20
20
editor: "@feiskyer"
21
21
creation-date: 2019-01-29
22
-
last-updated: 2019-05-06
23
-
status: provisional
22
+
last-updated: 2020-01-18
23
+
status: implementable
24
24
---
25
25
26
26
# Supporting Out-of-Tree Azure Cloud Provider
@@ -53,12 +53,12 @@ status: provisional
53
53
## Release Signoff Checklist
54
54
55
55
-[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
62
62
63
63
## Summary
64
64
@@ -87,7 +87,7 @@ We propose a set of repositories from the Kubernetes organization to host our cl
87
87
-[kubernetes-sigs/azuredisk-csi-driver](https://github.com/kubernetes-sigs/azuredisk-csi-driver) would be the repository for AzureDisk CSI plugin.
88
88
-[kubernetes-sigs/azurefile-csi-driver](https://github.com/kubernetes-sigs/azurefile-csi-driver) would be the repository for AzureFile CSI plugin.
89
89
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).
91
91
92
92
### Documentation
93
93
@@ -124,7 +124,7 @@ cloud-provider-azure/
124
124
125
125
### Implementation Details/Notes/Constraints
126
126
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).
128
128
- 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).
129
129
- The credential provider is still under discussion on [kubernetes/cloud-provider#13](https://github.com/kubernetes/cloud-provider/issues/13).
130
130
@@ -150,15 +150,15 @@ This issue is being tracked on [kubernetes/cloud-provider#30](https://github.com
150
150
151
151
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).
152
152
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.
154
154
155
155
## Design Details
156
156
157
157
### Test Plan
158
158
159
159
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).
160
160
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.
0 commit comments