Skip to content

Commit 6690abc

Browse files
committed
Fix links for k/design-proposals-archive
1 parent 11f8c35 commit 6690abc

File tree

15 files changed

+23
-23
lines changed

15 files changed

+23
-23
lines changed

contributors/devel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Guide](http://kubernetes.io/docs/admin/).
7373
Authorization applies to all HTTP requests on the main apiserver port.
7474
This doc explains the available authorization implementations.
7575

76-
* **Admission Control Plugins** ([admission_control](/contributors/design-proposals/api-machinery/admission_control.md))
76+
* **Admission Control Plugins** ([admission_control](https://git.k8s.io/design-proposals-archive/api-machinery/admission_control.md))
7777

7878

7979
## Building releases

contributors/devel/sig-api-machinery/controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ When you're writing controllers, there are few guidelines that will help make su
6262

6363
This lets clients know that the controller has processed a resource. Make sure that your controller is the main controller that is responsible for that resource, otherwise if you need to communicate observation via your own controller, you will need to create a different kind of ObservedGeneration in the Status of the resource.
6464

65-
1. Consider using owner references for resources that result in the creation of other resources (eg. a ReplicaSet results in creating Pods). Thus you ensure that children resources are going to be garbage-collected once a resource managed by your controller is deleted. For more information on owner references, read more [here](/contributors/design-proposals/api-machinery/controller-ref.md).
65+
1. Consider using owner references for resources that result in the creation of other resources (eg. a ReplicaSet results in creating Pods). Thus you ensure that children resources are going to be garbage-collected once a resource managed by your controller is deleted. For more information on owner references, read more [here](https://git.k8s.io/design-proposals-archive/api-machinery/controller-ref.md).
6666

6767
Pay special attention in the way you are doing adoption. You shouldn't adopt children for a resource when either the parent or the children are marked for deletion. If you are using a cache for your resources, you will likely need to bypass it with a direct API read in case you observe that an owner reference has been updated for one of the children. Thus, you ensure your controller is not racing with the garbage collector.
6868

contributors/devel/sig-api-machinery/generating-clientset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Generation and release cycle of clientset
22

3-
Client-gen is an automatic tool that generates [clientset](/contributors/design-proposals/api-machinery/client-package-structure.md#high-level-client-sets) based on API types. This doc introduces the use of client-gen, and the release cycle of the generated clientsets.
3+
Client-gen is an automatic tool that generates [clientset](https://git.k8s.io/design-proposals-archive/api-machinery/client-package-structure.md#high-level-client-sets) based on API types. This doc introduces the use of client-gen, and the release cycle of the generated clientsets.
44

55
## Using client-gen
66

contributors/devel/sig-api-machinery/strategic-merge-patch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ item that has duplicates will delete all matching items.
223223

224224
`setElementOrder` directive provides a way to specify the order of a list.
225225
The relative order specified in this directive will be retained.
226-
Please refer to [proposal](/contributors/design-proposals/cli/preserve-order-in-strategic-merge-patch.md) for more information.
226+
Please refer to [proposal](https://git.k8s.io/design-proposals-archive/cli/preserve-order-in-strategic-merge-patch.md) for more information.
227227

228228
### Syntax
229229

@@ -302,7 +302,7 @@ containers:
302302

303303
`retainKeys` directive provides a mechanism for union types to clear mutual exclusive fields.
304304
When this directive is present in the patch, all the fields not in this directive will be cleared.
305-
Please refer to [proposal](/contributors/design-proposals/api-machinery/add-new-patchStrategy-to-clear-fields-not-present-in-patch.md) for more information.
305+
Please refer to [proposal](https://git.k8s.io/design-proposals-archive/api-machinery/add-new-patchStrategy-to-clear-fields-not-present-in-patch.md) for more information.
306306

307307
### Syntax
308308

contributors/devel/sig-architecture/api-conventions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ its sole use. When choosing a group name, we recommend selecting a subdomain
8585
your group or organization owns, such as "widget.mycompany.com".
8686

8787
Version strings should match
88-
[DNS_LABEL](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/architecture/identifiers.md)
88+
[DNS_LABEL](https://git.k8s.io/design-proposals-archive/architecture/identifiers.md)
8989
format.
9090

9191

@@ -1495,7 +1495,7 @@ called `Fooable`, not `IsFooable`.
14951495

14961496
### Namespace Names
14971497
* The name of a namespace must be a
1498-
[DNS_LABEL](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/architecture/identifiers.md).
1498+
[DNS_LABEL](https://git.k8s.io/design-proposals-archive/architecture/identifiers.md).
14991499
* The `kube-` prefix is reserved for Kubernetes system namespaces, e.g. `kube-system` and `kube-public`.
15001500
* See
15011501
[the namespace docs](https://kubernetes.io/docs/user-guide/namespaces/) for more information.

contributors/devel/sig-architecture/conformance-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ Conformance test results, by provider and releases, can be viewed in the
361361
[testgrid conformance dashboard]. If you wish to contribute test results
362362
for your provider, please see the [testgrid conformance README]
363363

364-
[kubernetes versioning policy]: /contributors/design-proposals/release/versioning.md#supported-releases-and-component-skew
364+
[kubernetes versioning policy]: https://git.k8s.io/design-proposals-archive/release/versioning.md#supported-releases-and-component-skew
365365
[Conformance Test Review board]: https://github.com/orgs/kubernetes/projects/9
366366
[Conformance test reviewers]: https://github.com/kubernetes/kubernetes/blob/master/test/conformance/testdata/OWNERS
367367
[conformance test requirements]: #conformance-test-requirements

contributors/devel/sig-node/cri-container-stats.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ progression to augment CRI to serve container metrics to eliminate a separate
2323
integration point.
2424

2525
*See the [core metrics design
26-
proposal](/contributors/design-proposals/instrumentation/core-metrics-pipeline.md)
26+
proposal](https://git.k8s.io/design-proposals-archive/instrumentation/core-metrics-pipeline.md)
2727
for more information on metrics exposed by Kubelet, and [monitoring
28-
architecture](/contributors/design-proposals/instrumentation/monitoring_architecture.md)
28+
architecture](https://git.k8s.io/design-proposals-archive/instrumentation/monitoring_architecture.md)
2929
for the evolving monitoring pipeline in Kubernetes.*
3030

3131
# Container Metrics

contributors/devel/sig-release/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The general labeling process should be consistent across artifact types.
112112
referring to a release MAJOR.MINOR `vX.Y` version.
113113

114114
See also
115-
[release versioning](/contributors/design-proposals/release/versioning.md).
115+
[release versioning](https://git.k8s.io/design-proposals-archive/release/versioning.md).
116116

117117
- *release branch*: Git branch `release-X.Y` created for the `vX.Y` milestone.
118118

contributors/devel/sig-storage/flexvolume.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ The vendor and driver names must match flexVolume.driver in the volume spec, wit
1616

1717
## Dynamic Plugin Discovery
1818
Beginning in v1.8, Flexvolume supports the ability to detect drivers on the fly. Instead of requiring drivers to exist at system initialization time or having to restart kubelet or controller manager, drivers can be installed, upgraded/downgraded, and uninstalled while the system is running.
19-
For more information, please refer to the [design document](/contributors/design-proposals/storage/flexvolume-deployment.md).
19+
For more information, please refer to the [design document](https://git.k8s.io/design-proposals-archive/storage/flexvolume-deployment.md).
2020

2121
## Automated Plugin Installation/Upgrade
22-
One possible way to install and upgrade your Flexvolume drivers is by using a DaemonSet. See [Recommended Driver Deployment Method](/contributors/design-proposals/storage/flexvolume-deployment.md#recommended-driver-deployment-method) for details, and see [here](https://git.k8s.io/examples/staging/volumes/flexvolume/deploy/) for an example.
22+
One possible way to install and upgrade your Flexvolume drivers is by using a DaemonSet. See [Recommended Driver Deployment Method](https://git.k8s.io/design-proposals-archive/storage/flexvolume-deployment.md#recommended-driver-deployment-method) for details, and see [here](https://git.k8s.io/examples/staging/volumes/flexvolume/deploy/) for an example.
2323

2424
## Plugin details
2525
The plugin expects the following call-outs are implemented for the backend drivers. Some call-outs are optional. Call-outs are invoked from Kubelet and Controller Manager.

governance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ All contributors must sign the CNCF CLA, as described [here](CLA.md).
213213
[SIG Lifecycle]: /sig-wg-lifecycle.md
214214
[We have them!]: /values.md
215215
[Kubernetes code of conduct]: /code-of-conduct.md
216-
[design principles]: /contributors/design-proposals/architecture/principles.md
216+
[design principles]: https://git.k8s.io/design-proposals-archive/architecture/principles.md
217217
[scope]: https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/
218218
[community members]: /community-membership.md
219219
[sig governance]: /committee-steering/governance/sig-governance.md

0 commit comments

Comments
 (0)