Skip to content

Commit 0f22741

Browse files
authored
Merge pull request #6996 from vaibhav2107/devel-node
Update the references under sig-node
2 parents 788f9f3 + dda1a7f commit 0f22741

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

contributors/devel/sig-node/cherry-picks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cherry-picked to previous releases must be [triaged], prioritized, LGTM'd, and
2424
approved by the deadline.
2525

2626
[patch releases]: https://github.com/kubernetes/sig-release/blob/master/release-engineering/versioning.md#patch-releases
27-
[target dates]: https://github.com/kubernetes/sig-release/blob/master/releases/patch-releases.md#upcoming-monthly-releases
27+
[target dates]: https://kubernetes.io/releases/patch-releases/#upcoming-monthly-releases
2828
[triaged]: triage.md
2929

3030
## Monthly cherry-pick process

contributors/devel/sig-node/container-runtime-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
CRI (_Container Runtime Interface_) consists of a
66
specifications/requirements (to-be-added),
77
[protobuf API](https://git.k8s.io/kubernetes/staging/src/k8s.io/cri-api/pkg/apis/runtime/v1alpha2/api.proto),
8-
and [libraries](https://git.k8s.io/kubernetes/pkg/kubelet/server/streaming)
8+
and [libraries](https://git.k8s.io/kubernetes/pkg/kubelet/cri/streaming)
99
for container runtimes to integrate with kubelet on a node. The CRI API is
1010
currently in Alpha, and the CRI-Docker integration is used by default as of
1111
Kubernetes 1.7+.

contributors/devel/sig-node/e2e-node-tests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ However, image configuration files select test cases based on the `tests` field.
193193

194194
See https://github.com/kubernetes/test-infra/blob/4572dc3bf92e70f572e55e7ac1be643bdf6b2566/jobs/e2e_node/benchmark-config.yaml#L22-23 for an example configuration.
195195

196-
If the [Prow e2e job configuration](https://github.com/kubernetes/test-infra/blob/master/jobs/e2e_node/image-config.yaml) does **not** specify the `tests` field, FOCUS and SKIP will run as expected.
196+
If the [Prow e2e job configuration](https://github.com/kubernetes/test-infra/blob/master/jobs/e2e_node/containerd/image-config.yaml) does **not** specify the `tests` field, FOCUS and SKIP will run as expected.
197197

198198
# Additional test options for both remote and local execution
199199

@@ -308,7 +308,7 @@ For example,
308308
/test pull-kubernetes-node-e2e
309309
flake due to #12345
310310

311-
The PR builder runs tests against the images listed in [image-config.yaml](https://github.com/kubernetes/test-infra/blob/master/jobs/e2e_node/image-config.yaml).
311+
The PR builder runs tests against the images listed in [image-config.yaml](https://github.com/kubernetes/test-infra/blob/master/jobs/e2e_node/containerd/image-config.yaml).
312312

313313
Other [node e2e Prow jobs](https://github.com/kubernetes/test-infra/tree/master/config/jobs/kubernetes/sig-node)
314314
run against different images depending on the configuration chosen in the

contributors/devel/sig-node/triage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ After 30d more, they will be marked as rotten, and then closed automatically.
141141
Reviewers should feel free to close stale PRs (4+ months of no changes) with a
142142
note that the author can reopen when they are ready to work on it.
143143

144-
[tests are failing]: contributors/devel/sig-testing/testing.md#troubleshooting-a-failure
145-
[flake]: contributors/devel/sig-testing/flaky-tests.md
144+
[tests are failing]: /contributors/devel/sig-testing/testing.md#troubleshooting-a-failure
145+
[flake]: /contributors/devel/sig-testing/flaky-tests.md
146146

147147
## Waiting on Reviewer
148148

0 commit comments

Comments
 (0)