Skip to content

Commit

Permalink
upkeep: add olm filtering wording
Browse files Browse the repository at this point in the history
Signed-off-by: ehila <[email protected]>
  • Loading branch information
eggfoobar committed Nov 1, 2024
1 parent a565649 commit ce07648
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions enhancements/arbiter-clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ Components that we are proposing to change:
| [Authentication Operator](#authentication-operator-change) | Update operator to accept minimum 2 kube api servers when `ControlPlaneTopology` is `HighlyAvailableArbiter` |
| [Hosted Control Plane](#hosted-control-plane-change) | Disallow HyperShift from installing on the `HighlyAvailableArbiter` and `SingleReplica` topology |
| [Alternative Install Flows](#alternative-install-flow-change) | Update installation flow for new node role via tooling such as Assisted Installer, Assisted Service and ZTP |
| [OLM Filtering](#olm-filter-addition) | Add support to OLM to filter operators based off of control plane topology |

### Infrastructure API

Expand Down Expand Up @@ -382,6 +383,13 @@ We currently have a few different options for different needs when installing
OCP that need to also be updated. Work done in the installer should be reflected
on the Assisted Installer, Assisted Service and ZTP.

### OLM Filter Addition

With this change it would be prudent to add the ability to allow operators to
specify which control plane topology they support. This gives us more guards
against installing layered components on unsupported or unconsidered topologies
like the Master+Arbiter in this enhancement.

### Workflow Description

#### For Cloud Installs
Expand Down

0 comments on commit ce07648

Please sign in to comment.