Merge pull request #7646 from tnqn/fix-conformance-requirement

Fix outdated conformance test requirement
This commit is contained in:
Kubernetes Prow Robot 2023-12-11 20:03:16 +01:00 committed by GitHub
commit 70e414b1e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -38,8 +38,9 @@ specifically, a test is eligible for promotion to conformance if:
use the kubelet API for debugging purposes upon failure use the kubelet API for debugging purposes upon failure
- it works for all providers (e.g., no `SkipIfProviderIs`/`SkipUnlessProviderIs` - it works for all providers (e.g., no `SkipIfProviderIs`/`SkipUnlessProviderIs`
calls) calls)
- it is non-privileged (e.g., does not require root on nodes, access to raw - it limits itself to capabilities exposed via APIs (e.g., does not require
network interfaces, or cluster admin permissions) root on nodes, access to raw network interfaces) and does not require write
access to system namespaces (like kube-system)
- it works without access to the public internet (short of whatever is required - it works without access to the public internet (short of whatever is required
to pre-pull images for conformance tests) to pre-pull images for conformance tests)
- it works without non-standard filesystem permissions granted to pods - it works without non-standard filesystem permissions granted to pods