Skip to content

Commit

Permalink
📖 Update OLM version in installation-macos.md (#309)
Browse files Browse the repository at this point in the history
v0.21.2 fails on Apple Silicon ARM due to this
operator-framework/operator-lifecycle-manager#2823 (comment)

A minimum of 0.24.0 is required, I managed to install it on my machine
with 0.27.0

Signed-off-by: Luca Molteni <volothamp@gmail.com>
  • Loading branch information
lucamolteni committed Jun 5, 2024
1 parent 5c4c8d4 commit ef9eb46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation-macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ podman machine start
3. Install ingress addon
`minikube addons enable ingress`
4. Install OLM to manage Konveyor operator
`curl -sL https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.21.2/install.sh | bash -s v0.21.2`
`curl -sL https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.27.0/install.sh | bash -s v0.27.0`
5. Install Konveyor operator
`kubectl create -f https://operatorhub.io/install/konveyor-operator.yaml`
6. Verify if the Konveyor operator pod is running or not
Expand Down

0 comments on commit ef9eb46

Please sign in to comment.