Skip to content

Commit 422efb3

Browse files
committed
Update current state
- A new job + testgrid with `SELinuxChangePolicy` enabled + `SELinuxMount` disabled is available.
1 parent 45b73b8 commit 422efb3

File tree

1 file changed

+6
-3
lines changed
  • keps/sig-storage/1710-selinux-relabeling

1 file changed

+6
-3
lines changed

keps/sig-storage/1710-selinux-relabeling/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -647,14 +647,17 @@ No existing / new tests for volume mounting there.
647647

648648
* Check no recursive `chcon` is done on a volume when not needed.
649649
* Check recursive `chcon` is done on a volume when needed.
650-
* Check that proper metric is emitted when kubelet can't start two pods with different SELinux labels using the same volume on the same node._
651-
* These tests might use only CSI volumes, GCE PD in-tree volume plugin that we use for e2e tests might be already migrated to CSI by that time.
650+
* Check that kubelet emits proper metrics when it can't start two pods with different SELinux labels using the same volume on the same node._
651+
* Check that the SELinux warning controller emits events when pods conflict + emit the described metrics.
652652
* Prepare e2e job that runs with SELinux in Enforcing mode.
653653
* Done:
654654
* https://testgrid.k8s.io/kops-k8s-ci#kops-aws-selinux: for features enabled by default.
655-
* https://testgrid.k8s.io/kops-k8s-ci#kops-aws-selinux-alpha: for alpha features.
655+
* https://testgrid.k8s.io/kops-k8s-ci#kops-aws-selinux-alpha: for all alpha features enabled.
656+
* https://testgrid.k8s.io/kops-distro-rhel8#kops-aws-selinux-changepolicy: for `SELinuxChangePolicy` enabled + `SELinuxMount` disabled.
656657
* https://testgrid.k8s.io/presubmits-kubernetes-nonblocking#pull-kubernetes-e2e-gce-storage-selinux: for PRs (needs explicit `/test ` in a PR).
657658

659+
All these e2e tests use only CSI volumes. All in-tree volume types that support SELinux and dynamic provisioning were migrated to CSI already.
660+
658661
### Graduation Criteria
659662

660663
* Alpha of Phase 1:

0 commit comments

Comments
 (0)