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

UPSTREAM: <carry>: disable local storage isolation feature gate #19323

Merged
merged 1 commit into from
Apr 23, 2018

Conversation

sjenning
Copy link
Contributor

https://trello.com/c/0Omf07Vr/891-3-node-prevent-abuse-of-local-ephemeral-storage

We need more time to evaluate the implications of this feature, especially for Online.

@openshift-ci-robot openshift-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Apr 11, 2018
@liggitt
Copy link
Contributor

liggitt commented Apr 11, 2018

I expected this to be done via the feature-gates argument, not as an upstream carry

@sjenning
Copy link
Contributor Author

@liggitt where would that be done in the code? I don't see an example of this.

@sjenning
Copy link
Contributor Author

also aren't we running the bare kubelet in 3.10?

@derekwaynecarr
Copy link
Member

this needs to be set globally so it is known to apiserver, controller, kubelet.

@liggitt
Copy link
Contributor

liggitt commented Apr 12, 2018

Ah, I thought it was just kubelet. This is fine for now, then. Do we know when this flag will graduate and be removed or stop being honored?

@derekwaynecarr
Copy link
Member

@liggitt -- can you give a pointer on where we can override this so its applied globally? this looked to me like the right spot, but i am probably behind on the series of refactors. the goal is that the feature gate is off by default, but a customer could turn it on.

want to claim the feature as tech preview.

@liggitt
Copy link
Contributor

liggitt commented Apr 13, 2018

@liggitt -- can you give a pointer on where we can override this so its applied globally? this looked to me like the right spot, but i am probably behind on the series of refactors. the goal is that the feature gate is off by default, but a customer could turn it on.

if we need to change the default across multiple components, this is reasonable

@derekwaynecarr
Copy link
Member

/approve
/lgtm

/retest

@openshift-ci-robot openshift-ci-robot added lgtm Indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Apr 13, 2018
@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

15 similar comments
@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

3 similar comments
@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@sjenning
Copy link
Contributor Author

Addition of ephemeral storage in the pod spec due to rebase is causing unit test failures. Need to rebase.

@sjenning sjenning force-pushed the carry-disable-lsi branch from e0a13e6 to 6a20a0c Compare April 16, 2018 18:02
@openshift-ci-robot openshift-ci-robot removed the lgtm Indicates that a PR is ready to be merged. label Apr 16, 2018
@sjenning
Copy link
Contributor Author

/retest

@sjenning sjenning force-pushed the carry-disable-lsi branch from 6a20a0c to 0cf1574 Compare April 19, 2018 18:34
@openshift-ci-robot openshift-ci-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 Apr 19, 2018
@sjenning sjenning force-pushed the carry-disable-lsi branch from 0cf1574 to 9269438 Compare April 19, 2018 20:06
@openshift-ci-robot openshift-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Apr 19, 2018
@sjenning
Copy link
Contributor Author

/retest

@derekwaynecarr
Copy link
Member

/approve
/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Apr 23, 2018
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: derekwaynecarr, sjenning

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

@openshift-merge-robot openshift-merge-robot merged commit 0d1477f into openshift:master Apr 23, 2018
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. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants