Skip to content
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

Allow setting ReadOnlyRootFilesystem #10560

Merged

Conversation

senthilnathan
Copy link
Contributor

Fixes #9980

@google-cla google-cla bot added the cla: yes Indicates the PR's author has signed the CLA. label Jan 14, 2021
@knative-prow-robot knative-prow-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jan 14, 2021
@knative-prow-robot knative-prow-robot added area/API API objects and controllers needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Jan 14, 2021
@knative-prow-robot
Copy link
Contributor

Hi @senthilnathan. Thanks for your PR.

I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

@codecov
Copy link

codecov bot commented Jan 14, 2021

Codecov Report

Merging #10560 (7837454) into master (cf06222) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #10560      +/-   ##
==========================================
+ Coverage   88.07%   88.10%   +0.02%     
==========================================
  Files         186      186              
  Lines        8830     8834       +4     
==========================================
+ Hits         7777     7783       +6     
+ Misses        811      810       -1     
+ Partials      242      241       -1     
Impacted Files Coverage Δ
pkg/apis/serving/fieldmask.go 95.48% <100.00%> (ø)
pkg/apis/serving/metadata_validation.go 94.73% <100.00%> (-2.64%) ⬇️
pkg/apis/serving/v1/revision_validation.go 88.42% <100.00%> (+8.42%) ⬆️
pkg/apis/serving/v1/service_validation.go 100.00% <100.00%> (ø)
pkg/activator/net/revision_backends.go 90.41% <0.00%> (-0.92%) ⬇️
pkg/reconciler/configuration/configuration.go 88.28% <0.00%> (+1.56%) ⬆️
pkg/autoscaler/scaling/multiscaler.go 89.47% <0.00%> (+1.75%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cf06222...1254b82. Read the comment docs.

@knative-prow-robot knative-prow-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jan 14, 2021
Copy link
Contributor

@markusthoemmes markusthoemmes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/ok-to-test
/lgtm

/assign @mattmoor @dprotaso

Not sure what our current stance about widening the contract is, but this seems quite benign to me.

@knative-prow-robot knative-prow-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. lgtm Indicates that a PR is ready to be merged. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Jan 15, 2021
@markusthoemmes
Copy link
Contributor

Oh an thanks @senthilnathan 🎉

@mattmoor
Copy link
Member

cc @evankanderson in case he has thoughts, but this does strike me as an extremely useful knob.

@evankanderson
Copy link
Member

I'm not sure when this was added, but it seems like a good security addition

Copy link
Member

@mattmoor mattmoor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@knative-prow-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mattmoor, senthilnathan

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow-robot knative-prow-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 18, 2021
@dprotaso
Copy link
Member

/retest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/API API objects and controllers cla: yes Indicates the PR's author has signed the CLA. lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow setting ReadOnlyRootFilesystem
6 participants