Skip to content

Commit 99d39dc

Browse files
authored
Merge pull request kubernetes#3928 from carlory/fix-01
fix broken links because design proposals have been archived
2 parents e53dae2 + afad6f2 commit 99d39dc

File tree

56 files changed

+75
-75
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+75
-75
lines changed

keps/sig-api-machinery/2334-graduate-server-side-get-and-partial-objects-to-GA/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ creation-date: 2019-03-22
1717
last-updated: 2019-03-22
1818
status: implementable
1919
see-also:
20-
- "https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/server-get.md"
20+
- "https://github.com/kubernetes/design-proposals-archive/blob/master/api-machinery/server-get.md"
2121
replaces:
2222
superseded-by:
2323

keps/sig-api-machinery/492-admission-webhooks/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ creation-date: 2019-01-27
1414
last-updated: 2019-02-04
1515
status: implemented
1616
see-also:
17-
- "[Admission Control Webhook Beta Design Doc](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/admission-control-webhooks.md)"
17+
- "[Admission Control Webhook Beta Design Doc](https://github.com/kubernetes/design-proposals-archive/blob/master/api-machinery/admission-control-webhooks.md)"
1818
latest-milestone: '0.0'
1919
stage: stable

keps/sig-api-machinery/598-crd-conversion-webhook/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ creation-date: 2019-04-25
1717
last-updated: 2019-04-25
1818
status: implemented
1919
replaces:
20-
- "(https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/customresource-conversion-webhook.md)"
20+
- "(https://github.com/kubernetes/design-proposals-archive/blob/master/api-machinery/customresource-conversion-webhook.md)"
2121
latest-milestone: '0.0'
2222
stage: stable

keps/sig-api-machinery/692-crd-openapi-schema/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
## Summary
2121

2222
In CustomResourceDefinition (CRD) we allow CRD author to define OpenAPI v3 schema, to
23-
enable server-side [validation for CustomResources (CR)](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/customresources-validation.md).
23+
enable server-side [validation for CustomResources (CR)](https://github.com/kubernetes/design-proposals-archive/blob/master/api-machinery/customresources-validation.md).
2424
The validation schema format is compatible for creating OpenAPI documentation for CRs,
2525
which can be used by clients like kubectl to perform client-side validation
2626
(e.g. `kubectl create` and `kubectl apply`),
@@ -34,7 +34,7 @@ Publishing CRD OpenAPI enables client-side validation, schema explanation and
3434
client generation for CRs. It covers the gap between CR and native Kubernetes
3535
APIs, which already support OpenAPI documentation.
3636

37-
Publishing CRD OpenAPI is also noted as potential followup in [Validation for CustomResources Implementation Plan](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/customresources-validation.md#implementation-plan).
37+
Publishing CRD OpenAPI is also noted as potential followup in [Validation for CustomResources Implementation Plan](https://github.com/kubernetes/design-proposals-archive/blob/master/api-machinery/customresources-validation.md#implementation-plan).
3838

3939
### Goals
4040

keps/sig-api-machinery/692-crd-openapi-schema/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ creation-date: 2019-02-07
1616
last-updated: 2019-02-13
1717
status: implemented
1818
see-also:
19-
- "[Validation for CustomResources design doc](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/customresources-validation.md)"
19+
- "[Validation for CustomResources design doc](https://github.com/kubernetes/design-proposals-archive/blob/master/api-machinery/customresources-validation.md)"
2020

2121
latest-milestone: "1.19"
2222
stage: "stable"

keps/sig-api-machinery/95-custom-resource-definitions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ CRD to GA graduation.
106106
The CRD `v1` API will be the same as the `v1beta1` but with all changes to the API from the GA tasks:
107107

108108
* Rename misnamed json field [JSONPath](https://github.com/kubernetes/kubernetes/blob/06bc7e3e0026ea25065f59f4bd305c0b7dbbc145/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/types.go#L226-L227) to `jsonPath`
109-
* [Replace top-level fields with per version fields](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/customresource-conversion-webhook.md#top-level-fields-to-per-version-fields)
109+
* [Replace top-level fields with per version fields](https://github.com/kubernetes/design-proposals-archive/blob/master/api-machinery/customresource-conversion-webhook.md#top-level-fields-to-per-version-fields)
110110
* Restrict OpenAPI per [Vanilla OpenAPI Subset Design](https://docs.google.com/document/d/1pcGlbmw-2Y0JJs9hsYnSBXamgG9TfWtHY6eh80zSTd8)
111111

112112
## Test Plan

keps/sig-apps/1591-daemonset-surge/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ It should be possible for a node level integration to offer zero-downtime upgrad
4949

5050
### Implementation Details/Notes/Constraints
5151

52-
The design of Deployment rolling updates introduced the surge concept, and the initial design for DaemonSet updates considered the implications of adding the Surge strategy later (https://github.com/kubernetes/community/blob/master/contributors/design-proposals/apps/daemonset-update.md#future-plans). [StatefulSets may also surge in a workload specific fashion](https://github.com/kubernetes/enhancements/pull/1863), so this design should be as consistent as possible with existing concepts but clearly denote where the workload concept differs from other controllers.
52+
The design of Deployment rolling updates introduced the surge concept, and the initial design for DaemonSet updates considered the implications of adding the Surge strategy later (https://github.com/kubernetes/design-proposals-archive/blob/master/apps/daemonset-update.md#future-plans). [StatefulSets may also surge in a workload specific fashion](https://github.com/kubernetes/enhancements/pull/1863), so this design should be as consistent as possible with existing concepts but clearly denote where the workload concept differs from other controllers.
5353

5454
We would add `MaxSurge *intstr.IntOrString` to the RollingUpdate daemonset upgrade strategy. It would have a default value of 0, preserving current behavior. We would allow MaxUnavailable to be 0 when MaxSurge is set.
5555

keps/sig-apps/19-Graduate-CronJob-to-Stable/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ approvers:
2121
- "@wojtek-t"
2222
see-also:
2323
replaces:
24-
- "https://github.com/kubernetes/community/blob/master/contributors/design-proposals/apps/cronjob.md"
24+
- "https://github.com/kubernetes/design-proposals-archive/blob/master/apps/cronjob.md"
2525

2626
# The target maturity stage in the current dev cycle for this KEP.
2727
stage: stable

keps/sig-cli/2379-kubectl-plugins/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ status: implemented
2020
see-also:
2121
- "https://github.com/kubernetes/enhancements/tree/master/keps/sig-cli/3638-kubectl-plugin-subcommands"
2222
replaces:
23-
- "https://github.com/kubernetes/community/blob/master/contributors/design-proposals/cli/kubectl-extension.md"
23+
- "https://github.com/kubernetes/design-proposals-archive/blob/master/cli/kubectl-extension.md"
2424
- "https://github.com/kubernetes/community/pull/481"
2525
superseded-by:
2626
- n/a

keps/sig-cli/2906-kustomize-function-catalog/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ This new API will provide a standardized way to define a collection of one or mo
164164

165165
### Key terminology
166166

167-
*KRM*: [Kubernetes Resource Model](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/architecture/resource-management.md)
167+
*KRM*: [Kubernetes Resource Model](https://github.com/kubernetes/design-proposals-archive/blob/master/architecture/resource-management.md)
168168

169169
*Function*: A program conforming to the spec described in [this document](https://github.com/kubernetes-sigs/kustomize/blob/master/cmd/config/docs/api-conventions/functions-spec.md#krm-functions-specification).
170170

0 commit comments

Comments
 (0)