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

WRKLDS-1015: tolerate node-role.kubernetes.io/control-plane:NoExecute #340

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

knelasevero
Copy link

Required to be able to advise customers to follow workflow described in openshift/enhancements#1583. If they want to taint control-plane nodes to avoid any other thing to run there (while enforcing it further with validating admission policies), control plane workloads need to tolerate that taint.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Apr 17, 2024
@openshift-ci-robot
Copy link

openshift-ci-robot commented Apr 17, 2024

@knelasevero: This pull request references WRKLDS-1015 which is a valid jira issue.

In response to this:

Required to be able to advise customers to follow workflow described in openshift/enhancements#1583. If they want to taint control-plane nodes to avoid any other thing to run there (while enforcing it further with validating admission policies), control plane workloads need to tolerate that taint.

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.

@knelasevero
Copy link
Author

Not sure if there is some other place where the taint needs to be tolerated

@openshift-ci openshift-ci bot requested review from JoelSpeed and mandre April 17, 2024 16:02
Copy link
Contributor

openshift-ci bot commented Apr 17, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign elmiko for approval. For more information see the Kubernetes Code Review Process.

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

Copy link
Contributor

@JoelSpeed JoelSpeed left a comment

Choose a reason for hiding this comment

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

Please update the test suite to ensure that all pods tolerate this taint (we already have examples of this).

What is the status of the EP? It's not merged yet and looks like it still needs substantial review? When are you hoping to merge the EP and the feature in general?

@knelasevero
Copy link
Author

/retest

@knelasevero
Copy link
Author

knelasevero commented Apr 18, 2024

Please update the test suite to ensure that all pods tolerate this taint (we already have examples of this).

What is the status of the EP? It's not merged yet and looks like it still needs substantial review? When are you hoping to merge the EP and the feature in general?

The EP started as a feature that we would provide as a new admission plugin/controller, but after review what we are instead providing is basically already available out of the box (well, at least tech preview with ValidatingAdmisionPolicies with CEL). So the EP is now mostly up to have a reference of this workflow that we are/will recommend customers to follow (through documentation).

I will get the EP merged soon.

@knelasevero
Copy link
Author

Will update the tests

Copy link
Contributor

openshift-ci bot commented Apr 18, 2024

@knelasevero: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-ibmcloud-ovn d70a33e link false /test e2e-ibmcloud-ovn
ci/prow/vet d70a33e link true /test vet
ci/prow/e2e-vsphere-ovn d70a33e link false /test e2e-vsphere-ovn
ci/prow/e2e-openstack-ovn d70a33e link false /test e2e-openstack-ovn

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/test-infra repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants