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/1179-building-without-in-tree-providers/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,11 +42,11 @@
42
42
## Summary
43
43
44
44
This proposal outlines a plan to enable building Kubernetes without the in-tree
45
-
cloud providers in preparation for [removing them entirely](keps/sig-cloud-provider/20190125-removing-in-tree-providers.md).
45
+
cloud providers in preparation for [removing them entirely](/keps/sig-cloud-provider/2395-removing-in-tree-cloud-providers).
46
46
47
47
## Motivation
48
48
49
-
The in tree cloud-provider implementations are being [removed](keps/sig-cloud-provider/20190125-removing-in-tree-providers.md) in the future, this involves a large amount
49
+
The in tree cloud-provider implementations are being [removed](/keps/sig-cloud-provider/2395-removing-in-tree-cloud-providers) in the future, this involves a large amount
50
50
of code that is used in many places in tree. In order to prepare for this eventuality
51
51
it would be helpful to see what that removal entails exactly and verify that Kubernetes
52
52
will continue to function correctly. Doing so is a bit tricky without ensuring
@@ -71,7 +71,7 @@ no provider based clusters.
71
71
- Mechanisms for migrating to out of tree providers
72
72
- CSI Migration for in-tree Volumes is already underway in SIG Storage
73
73
- External Credential Providers is being written / solved in another KEP ([#541](https://github.com/kubernetes/enhancements/issues/541))
74
-
- CCMs and overall scope for moving out of tree is in [removing-in-tree-providers](keps/sig-cloud-provider/20190125-removing-in-tree-providers.md)
74
+
- CCMs and overall scope for moving out of tree is in [removing-in-tree-providers](/keps/sig-cloud-provider/2395-removing-in-tree-cloud-providers)
75
75
76
76
## Proposal
77
77
@@ -138,7 +138,7 @@ some of these must be updated with both a "with provider" version and a
138
138
"without provider" version broken out of the existing code. In particular this
139
139
includes the in-tree volumes until CSI migration is standard, and the GCE IPAM
140
140
logic in kube-controller-manager.
141
-
- Note that the nodeIpamController GCE IPAM logic is slated for removal (see [the cloud controller manager KEP](https://github.com/kubernetes/enhancements/blob/master/keps/sig-cloud-provider/20180530-cloud-controller-manager.md))
141
+
- Note that the nodeIpamController GCE IPAM logic is slated for removal (see [the cloud controller manager KEP](/keps/sig-cloud-provider/2392-cloud-controller-manager))
142
142
143
143
In particular this adds tags / constraints to:
144
144
-`staging/src/k8s.io/legacy-cloud-providers/*` (constraints on all the providers)
0 commit comments