-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set runAsNonRoot to true on Kourier Gateway #902
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nak3 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold I think we should not merge at the release day. (Today is the release day.) |
Codecov Report
@@ Coverage Diff @@
## main #902 +/- ##
=======================================
Coverage 80.77% 80.77%
=======================================
Files 18 18
Lines 1233 1233
=======================================
Hits 996 996
Misses 190 190
Partials 47 47 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@nak3: The following test failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Ah, I see.
|
@nak3 You could use a specific user like |
No, because of OpenShift's feature. |
This patch sets runAsNonRoot to false on Kourier Gateway.
As per #272, the setting was necessary as:
For write access, I could produce the error if I changed readOnlyRootFilesystem to
false
.However,
runAsNonRoot
could be false without any isssue on OpenShift.openshift-knative/serverless-operator#1677 verified.
Fix #274