Promote RunAsGroup to Beta#73007
Conversation
|
/assign @liggitt @tallclair |
|
/kind feature |
|
/sig auth |
|
/test pull-kubernetes-bazel-test |
|
/test pull-kubernetes-e2e-kops-aws |
|
These are the e2e tests for this https://github.com/kubernetes/kubernetes/blob/master/test/e2e/node/security_context.go#L86 . I was told they always run for all CI suites. Trying to find the answer to this on testing
Containerd and CRI-O support this there
|
|
/assign @tallclair
The |
|
Adding @BenTheElder for any insights . I am looking for direction in this area . Should I remove the feature flag from the e2e ? |
|
just echoing what @liggitt said, in presubmit for example we exclude [Feature:.*] for feature gated things, if this is no longer feature gated then we should remove that tag from the test |
465a358 to
9c300ff
Compare
|
progress! that made those tests actually run, which is good. looks like the selinux one (
|
|
/test pull-kubernetes-e2e-gce |
|
@liggitt that seemed like a flake, everything is passing now including the selinux one |
|
/test pull-kubernetes-e2e-gce |
|
note: the SELinux one only passed in the last run due to our retry attempts which allows flaky tests to run again >.> https://gubernator.k8s.io/build/kubernetes-jenkins/pr-logs/pull/73007/pull-kubernetes-e2e-gce/69984/#k8sio-sig-node-security-context-should-support-volume-selinux-relabeling-when-using-hostpid |
|
and there were two failures from this in: https://gubernator.k8s.io/build/kubernetes-jenkins/pr-logs/pull/73007/pull-kubernetes-e2e-gce/69727/ |
|
/test pull-kubernetes-e2e-gce |
|
seems like we should tag the selinux test as |
|
Added #74482 |
ignore this found an example , adding |
9c300ff to
c6fd62a
Compare
c6fd62a to
75e312e
Compare
test/e2e/node/security_context.go
Outdated
There was a problem hiding this comment.
per https://kubernetes.slack.com/archives/C09QZ4DQB/p1551136840248100, let's add [LinuxOnly] to the individual tests that make use of linux-only function in the security context (which I think is all of these individual tests):
- uid (runasuser)
- gid (fsgroup, runasgroup, supplementalgroup)
- selinux
- seccomp
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: krmayankk, liggitt The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
This PR may require API review. If so, when the changes are ready, complete the pre-review checklist and request an API review. Status of requested reviews is tracked in the API Review project. |
|
/retest Review the full test history for this PR. Silence the bot with an |
What this PR does / why we need it:
promote this feature to beta for 1.14 kubernetes/enhancements#213
/milestone v1.14