Skip to content

Commit

Permalink
Merge pull request #359 from appuio/decision-triggering-automated-mai…
Browse files Browse the repository at this point in the history
…ntenance/fix-typo

Fix typo in "triggering autmoated maintenance" decision
  • Loading branch information
simu authored Oct 17, 2024
2 parents 4470d69 + eb70700 commit 9ddbf5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Instead of adjusting openshift-managed-upgrade-operator to support our requireme

By running an active component in the cluster we can easily monitor the cluster's state and upgrade progress from the same tool which triggers the upgrade.
If we implement the active component from scratch, we've got full control over the tool's development.
This allows quick turnaround for adding features and fixing bugs, and avoids the potentially high maintenance burden of pulling in upstream updates if we were to for openshift-managed-upgrade operator.
This allows quick turnaround for adding features and fixing bugs, and avoids the potentially high maintenance burden of pulling in upstream updates if we were to fork the openshift-managed-upgrade operator.

Additionally, it's unlikely that we could upstream our changes to openshift-managed-upgrade-operator, as we probably have different requirements than the OpenShift Dedicated product.
Since we already have sufficient experience in implementing Kubernetes controllers/operators, the additional effort for the initial implementation should be acceptable.
Expand Down

0 comments on commit 9ddbf5c

Please sign in to comment.