Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Remove '--index-image' option from documentation (#221)
Browse files Browse the repository at this point in the history
README.md mentions an option required for bundle to work appropriately:
  --index-image=quay.io/operator-framework/opm:v1.23.0
As later operator-framework versions have been fixed, this is not
necessary any more

Resolves: #219

Signed-off-by: Sergio Arroutbi <[email protected]>
  • Loading branch information
sarroutbi authored Nov 10, 2023
1 parent 475e878 commit ed39c14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ bundle. For example, in case latest version is **1.0.6**, the command to execute
will be:

```bash
$ operator-sdk run bundle quay.io/sec-eng-special/tang-operator-bundle:v1.0.6 --index-image=quay.io/operator-framework/opm:v1.23.0
$ operator-sdk run bundle quay.io/sec-eng-special/tang-operator-bundle:v1.0.6
INFO[0008] Successfully created registry pod: quay-io-sec-eng-special-tang-operator-bundle-v1.0.6
INFO[0009] Created CatalogSource: tang-operator-catalog
INFO[0009] OperatorGroup "operator-sdk-og" created
Expand All @@ -132,7 +132,7 @@ INFO[0031] OLM has successfully installed "tang-operator.v1.0.6"
```
To install latest multi-arch image, execute:
```bash
$ operator-sdk run bundle quay.io/sec-eng-special/tang-operator-bundle:multi-arch --index-image=quay.io/operator-framework/opm:v1.23.0
$ operator-sdk run bundle quay.io/sec-eng-special/tang-operator-bundle:multi-arch
```

If the message **OLM has successfully installed** is displayed, it is normally a
Expand All @@ -144,7 +144,7 @@ your cluster takes long time to deploy. To do so, the option **--timeout** can b
used (if not used, default time is 2m, which stands for two minutes):

```bash
$ operator-sdk run bundle --timeout 3m quay.io/sec-eng-special/tang-operator-bundle:v1.0.6 --index-image=quay.io/operator-framework/opm:v1.23.0
$ operator-sdk run bundle --timeout 3m quay.io/sec-eng-special/tang-operator-bundle:v1.0.6
INFO[0008] Successfully created registry pod: quay-io-sec-eng-special-tang-operator-bundle-v1.0.6
...
INFO[0031] OLM has successfully installed "tang-operator.v1.0.6"
Expand Down

0 comments on commit ed39c14

Please sign in to comment.