Skip to content

Commit 2ab1e07

Browse files
committed
Add code links
1 parent 37c682e commit 2ab1e07

File tree

1 file changed

+4
-3
lines changed
  • keps/sig-node/3695-pod-resources-for-dra

1 file changed

+4
-3
lines changed

keps/sig-node/3695-pod-resources-for-dra/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,10 @@ The API becomes available again. The API is stateless, so no recovery is needed,
347347

348348
###### Are there any tests for feature enablement/disablement?
349349

350-
This e2e test (https://github.com/kubernetes/kubernetes/pull/116846) will demonstrate that when the feature gate is disabled, the API returns the appropriate error code. The explicit on/off tests are scattered across the existing tests:
351-
- https://github.com/kubernetes/kubernetes/blob/v1.34.0-alpha.1/test/e2e_node/podresources_test.go#L977
352-
- https://github.com/kubernetes/kubernetes/blob/v1.34.0-alpha.1/test/e2e_node/podresources_test.go#L1066
350+
This e2e test (https://github.com/kubernetes/kubernetes/blob/master/test/e2e_node/podresources_test.go#L1066) will demonstrate that when the feature gate is disabled, the API returns the appropriate error code. The explicit on/off tests are scattered across the existing tests:
351+
- https://github.com/kubernetes/kubernetes/blob/master/test/e2e_node/podresources_test.go#L991
352+
- https://github.com/kubernetes/kubernetes/blob/master/test/e2e_node/podresources_test.go#L1167
353+
353354

354355
### Rollout, Upgrade and Rollback Planning
355356

0 commit comments

Comments
 (0)