-
Notifications
You must be signed in to change notification settings - Fork 112
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
[test-operator] Expose nodeSelector and tolerations parameters #1716
[test-operator] Expose nodeSelector and tolerations parameters #1716
Conversation
Thanks for the PR! ❤️ |
a48e92d
to
41a8f05
Compare
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/463ae88293b547838cda3aa86f5406fa ❌ openstack-k8s-operators-content-provider FAILURE in 6m 32s |
This patch exposes nodeSelector and tolerations parameters in the test-operator role. These two parameters were introduced to test-operator in the linked PR [1] [1] openstack-k8s-operators/test-operator#95
41a8f05
to
71fba62
Compare
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/4c5c1679e6044a08ae54631b4b302bad ❌ openstack-k8s-operators-content-provider FAILURE in 6m 43s |
recheck |
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.
lgtm
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: 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 |
efda855
into
openstack-k8s-operators:main
In previous PR [1], tolerations and nodeSelector parameters were added to the test_operator role in order to configure tempest and tobiko pods. This new PR adds the option to apply those parameters to the test-operator-controller-manager pod as well. [1] openstack-k8s-operators#1716
In previous PR [1], tolerations and nodeSelector parameters were added to the test_operator role in order to configure tempest and tobiko pods. This new PR adds the option to apply those parameters to the test-operator-controller-manager pod as well. [1] openstack-k8s-operators#1716
In previous PR [1], tolerations and nodeSelector parameters were added to the test_operator role in order to configure tempest and tobiko pods. This new PR adds the option to apply those parameters to the test-operator-controller-manager pod as well. [1] openstack-k8s-operators#1716
In previous PR [1], tolerations and nodeSelector parameters were added to the test_operator role in order to configure tempest and tobiko pods. This new PR adds the option to apply those parameters to the test-operator-controller-manager and test-operator-logs pod as well. [1] openstack-k8s-operators#1716
In previous PR [1], tolerations and nodeSelector parameters were added to the test_operator role in order to configure tempest and tobiko pods. This new PR adds the option to apply those parameters to the test-operator-controller-manager and test-operator-logs pod as well. [1] #1716
This patch exposes
nodeSelector
andtolerations
parameters in the test-operator role. These two parameters were introduced to test-operator in the linked PR [1].[1] openstack-k8s-operators/test-operator#95
As a pull request owner and reviewers, I checked that: