-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[release-1.6] 🌱 improve release-staging build #10189
[release-1.6] 🌱 improve release-staging build #10189
Conversation
Signed-off-by: Stefan Büringer buringerst@vmware.com
…ot/cherry-pick-9737-to-release-1.6 [release-1.6] 🌱 Improve output of exec.KubectlApply
…ot/cherry-pick-9777-to-release-1.6 [release-1.6] 🐛 clusterresourceset: requeue after 1 minute if ErrClusterLocked got hit
…ot/cherry-pick-9791-to-release-1.6 [release-1.6] 🌱 Use SSA Patch to create machines in MP controller
…ot/cherry-pick-9798-to-release-1.6 [release-1.6] 🌱 Add Proxmox provider quickstart
Signed-off-by: Michael Shen <mishen@umich.edu>
…ot/cherry-pick-9767-to-release-1.6 [release-1.6] 📖 add release 1.5 book link
…ot/cherry-pick-9801-to-release-1.6 [release-1.6] 📖 Update clusterctl version to v1.6.x in quick start
Replace env.Create and env.Cleanup with env.CreateAndWait and env.CleanupAndWait, remove namespace from cleanup.
Signed-off-by: Anurag <contact.anurag7@gmail.com>
…t before continuing
…ot/cherry-pick-9817-to-release-1.6 [release-1.6] 📖 Set 1.4 EOL date and update coredns version table
…ot/cherry-pick-9745-to-release-1.6 [release-1.6] 🐛 Fix TestReconcileMachinePoolScaleToFromZero flakes
…ot/cherry-pick-9819-to-release-1.6 [release-1.6] 🐛 test: wait for topology to get rolled out before continuing with scaling checks
…ot/cherry-pick-9829-to-release-1.6 [release-1.6] 🌱 Add proxmox to provider list
…ot/cherry-pick-9808-to-release-1.6 [release-1.6] 🐛 clusterctl: validate no objects exist from CRDs before deleting them
Signed-off-by: Stefan Büringer buringerst@vmware.com
…ot/cherry-pick-9840-to-release-1.6 [release-1.6] 🌱 Bump to Go 1.20.12
…ot/cherry-pick-9861-to-release-1.6 [release-1.6] 🐛 ipam: fix webhooks using mixed api versions
Signed-off-by: Stefan Büringer buringerst@vmware.com
Signed-off-by: Stefan Büringer buringerst@vmware.com
Signed-off-by: Stefan Büringer buringerst@vmware.com
Signed-off-by: Stefan Büringer buringerst@vmware.com
…piversion-issue-with-fix [release-1.6] 🐛 Restore v1alpha3/v1alpha4 conversion to fix SSA issue & add e2e test coverage
…go-1.21 [release-1.6] 🌱 Bump Go to 1.21.5
…bot/cherry-pick-10100-to-release-1.6 [release-1.6] 📖 Update reference to clusterctl config file
…r-runtime-0-16.5 [release-1.6] 🌱 Bump controller runtime v0.16.5
This fixes a race condition in the machine controller when the controller is restarted after a machine has been marked for deletion but before the infra machine or bootstrap config are deleted. In that case, the controller doesn't have watches on those external objects, so the reconciliation is not triggered once they are deleted. This means that Machines stay in Deleting state for the resync period, the default is 10 minutes.
…-machine-controller-release-1.6 [release-1.6] 🐛 Watch external objects for machine before deleting
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
What this PR does / why we need it:
Backport of #10095
removes the
docker-image-verify
sub-make fromrelease-staging
as the PR introducing it was not backported/area release