Skip to content

Commit 1ceecd2

Browse files
committed
Update the references under sig-node
1 parent f22af28 commit 1ceecd2

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
@@ -192,7 +192,7 @@ However, image configuration files select test cases based on the `tests` field.
192192

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

195-
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.
195+
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.
196196

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

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

310-
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).
310+
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).
311311

312312
Other [node e2e Prow jobs](https://github.com/kubernetes/test-infra/tree/master/config/jobs/kubernetes/sig-node)
313313
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]: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-testing/testing.md#troubleshooting-a-failure
145+
[flake]: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-testing/flaky-tests.md
146146

147147
## Waiting on Reviewer
148148

0 commit comments

Comments
 (0)