Skip to content

Commit

Permalink
api-server: fix undefined access
Browse files Browse the repository at this point in the history
When a broker with the default yaml is created, it doesn't have a
`spec.console` section, and that was leading to a crash of the UX.
  • Loading branch information
lavocatt committed Jun 25, 2024
1 parent bc938bf commit af2b734
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ adapt depending on your cluster address)
### Installing the operator

The plugin requires having access to the operator to function. You can either
get the operator from the hub or from the upstream repo.
get the operator from the operatorHub or from the upstream repo.

#### From the operator hub
#### From the operatorHub

Navigate to the operator hub on the console and search for: `Red Hat Integration
Navigate to the operatorHub on the console and search for: `Red Hat Integration
- AMQ Broker for RHEL 8 (Multiarch)` After installation the wait for the
operator container to be up and running.

> [!WARNING]
> If you're running into an issue where the operator hub is not accessible, try
> If you're running into an issue where the operatorHub is not accessible, try
> to force its redeployment: `oc delete pods --all -n openshift-marketplace`
> see https://github.com/crc-org/crc/issues/4109 for reference.
Expand Down

0 comments on commit af2b734

Please sign in to comment.