Skip to content

Commit b6b7983

Browse files
committed
update internal links in kep 1179
This change fixes the internal links from the older format to the currently used directory/document structure.
1 parent 812b69a commit b6b7983

File tree

1 file changed

+4
-4
lines changed
  • keps/sig-cloud-provider/1179-building-without-in-tree-providers

1 file changed

+4
-4
lines changed

keps/sig-cloud-provider/1179-building-without-in-tree-providers/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
## Summary
4343

4444
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).
4646

4747
## Motivation
4848

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
5050
of code that is used in many places in tree. In order to prepare for this eventuality
5151
it would be helpful to see what that removal entails exactly and verify that Kubernetes
5252
will continue to function correctly. Doing so is a bit tricky without ensuring
@@ -71,7 +71,7 @@ no provider based clusters.
7171
- Mechanisms for migrating to out of tree providers
7272
- CSI Migration for in-tree Volumes is already underway in SIG Storage
7373
- 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)
7575

7676
## Proposal
7777

@@ -138,7 +138,7 @@ some of these must be updated with both a "with provider" version and a
138138
"without provider" version broken out of the existing code. In particular this
139139
includes the in-tree volumes until CSI migration is standard, and the GCE IPAM
140140
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))
142142

143143
In particular this adds tags / constraints to:
144144
- `staging/src/k8s.io/legacy-cloud-providers/*` (constraints on all the providers)

0 commit comments

Comments
 (0)