managed-upgrade-operator
managed-upgrade-operator copied to clipboard
V4 cluster upgrade automation
### What type of PR is this? feature ### What this PR does / why we need it? ### Which Jira/Github issue(s) this PR fixes? [OSD-22085](https://issues.redhat.com//browse/OSD-22085) ### Special notes for...
The managed-upgrade-operator is encountering an issue where it is unable to find an available upgrade e.g. clusterversion `4.13.19`. UpgradeConfig ``` apiVersion: upgrade.managed.openshift.io/v1alpha1 kind: UpgradeConfig metadata: name: managed-upgrade-config namespace: openshift-managed-upgrade-operator spec:...
I created a brand new ARO cluster and attempted to apply an UpgradeConfig CR to it, using the `capacityReservation: true` setting. I'm encountering an error `failed to get original machineset`,...
### What type of PR is this? feature ### What this PR does / why we need it? uses "eus" channel for 4.12+ even versions ### Which Jira/Github issue(s) this...
### What type of PR is this? bug ### What this PR does / why we need it? MUO can sometimes get stuck in a deadlock if a pre-existing lockfile...
This issue is only when upgradeConfig.Spec.UpgradeAt is incorrect and then failed to parse an `upgradeAt` with the below panic error. There are few reasons it's missed so far: - OCM...
Adds a StuckNode condition on the ManageUpgradeOperator. This is slightly more than simply: has it taken a while. It does the following 1. have I observed the same node draining...
### What type of PR is this? _(documentation)_ ### What this PR does / why we need it? Updated development docs for better onboarding experience. ### Which Jira/Github issue(s) this...
This PR contains the following updates: | Package | Change | Notes | |---|---|---| | quay.io/konflux-ci/tekton-catalog/task-apply-tags | `517a51e` -> `f44be1b` | | | quay.io/konflux-ci/tekton-catalog/task-build-image-index | `3499772` -> `79784d5` | |...
https://github.com/golang/mock is marked as archived as of `June 27, 2023`. They recommend using go.uber.org/mock. This PR attempts to change the dependency to one that is maintained. Tracking issue: https://github.com/redhat-best-practices-for-k8s/telco-bot/issues/45