-
Notifications
You must be signed in to change notification settings - Fork 431
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
Add control-plane role taints and tolerations #2098
Add control-plane role taints and tolerations #2098
Conversation
/test ls |
@CecileRobertMichon: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
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 kubernetes/test-infra repository. |
/test pull-cluster-api-provider-azure-conformance-with-ci-artifacts |
196a4df
to
f5a5c73
Compare
/test pull-cluster-api-provider-azure-conformance-with-ci-artifacts |
f95a16e
to
d640c32
Compare
/test pull-cluster-api-provider-azure-conformance-with-ci-artifacts |
d640c32
to
695963c
Compare
/test pull-cluster-api-provider-azure-conformance-with-ci-artifacts |
looks like we also need kubernetes-sigs/cluster-api#5919 there should be a patch release for CAPI shortly |
695963c
to
5b4ba01
Compare
/hold testing CAPI nightly build, do not merge until v1.1.2 release is cut |
/test pull-cluster-api-provider-azure-conformance-with-ci-artifacts |
Revert "Bump CAPI version to v1.1.2" This reverts commit 5b4ba01. Update CAPI version to v1.1.2
5b4ba01
to
5d309d0
Compare
/test pull-cluster-api-provider-azure-conformance-with-ci-artifacts |
/hold cancel updated CAPI to v1.1.2 |
/test pull-cluster-api-provider-azure-conformance-with-ci-artifacts-windows |
@jsturtevant: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
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 kubernetes/test-infra repository. |
/test pull-cluster-api-provider-azure-windows-containerd-upstream-with-ci-artifacts |
@CecileRobertMichon I still see lots of |
for now keeping both side by side to support k8s < 1.20 since the control-plane node role was introduced in 1.20. We're still testing upgrade from 1.19 here and since we are probably going to need to backport this change to fix upstream tests wanted to be cautious. Let's to follow up with a PR just for the main branch to remove 1.19 tests + all master refereces. |
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
/test pull-cluster-api-provider-azure-conformance |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CecileRobertMichon, jsturtevant 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 |
What type of PR is this?
/kind failing-test
What this PR does / why we need it: 1.24 will soon remove the "master" role and our conformance job at k8s HEAD started failing after this set of changes: kubernetes/kubernetes@a37b6fc...400b1de
Adding "control-plane" tolerations and taints in a couple of places where we were still using "master" and changing the makefile to look for the "control-plane" role in workload cluster creation.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.
TODOs:
Release note: