-
Notifications
You must be signed in to change notification settings - Fork 541
OCPNODE-3225,OCPNODE-2557: features: set user namespace features on by default #2305
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
base: master
Are you sure you want to change the base?
Conversation
Hello @haircommander! Some important instructions when contributing to openshift/api: |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: haircommander The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@haircommander: This pull request references OCPNODE-3225 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.20.0" version, but no target version was set. This pull request references OCPNODE-2557 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.20.0" version, but no target version was set. In response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
bc4da2e
to
b8c88d3
Compare
b8c88d3
to
ae6eca6
Compare
ae6eca6
to
7682b37
Compare
@@ -784,7 +784,7 @@ spec: | |||
/<datacenter>/network/<portgroup>. | |||
items: | |||
type: string | |||
maxItems: 10 | |||
maxItems: 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'm unsure why this snuck in
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make sure you're rebased on the latest tip of master and try the generation again 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this happened to me on master too, but I just dropped manually
/retest |
3e545e7
to
f08ce86
Compare
Signed-off-by: Peter Hunt <[email protected]>
199f431
to
0f9a8e8
Compare
/retest I think the remaining verify failures are expected. We have this weird deadlock where upstream userns tests will fail because the feature is turned off, but they're only enabled in tech preview clusters so we don't have any feedback that they're working. If needed, I could duplicate the upstream tests in o/origin to mimic the upstream behaviors, but we still would need to wait a bit to get test readiness. OR we can override. I ask because this is blocking @bertinatto 's rebase and needs timely consideration. WDYT @JoelSpeed |
@haircommander: The following tests failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
now that we are approaching kube 1.33 rebase (and are moving away from 1.32), we are safe from the risks that caused us not to turn this on by default (needing a n-3 version skew to 1.30 to make sure a user namespace is created or a pod is denied)