File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
keps/sig-storage/1710-selinux-relabeling Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -647,14 +647,17 @@ No existing / new tests for volume mounting there.
647
647
648
648
* Check no recursive `chcon` is done on a volume when not needed.
649
649
* 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 .
652
652
* Prepare e2e job that runs with SELinux in Enforcing mode.
653
653
* Done:
654
654
* 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.
656
657
* https://testgrid.k8s.io/presubmits-kubernetes-nonblocking#pull-kubernetes-e2e-gce-storage-selinux: for PRs (needs explicit `/test ` in a PR).
657
658
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
+
658
661
# ## Graduation Criteria
659
662
660
663
* Alpha of Phase 1:
You can’t perform that action at this time.
0 commit comments