Closed eguzki closed 8 months ago
This PR fixes the https://github.com/operator-framework/operator-sdk/issues/6489 that was fixed in v1.31.0.
rm -rf bin
Setup a local cluster with OLM:
make kind-delete-cluster kind-create-cluster install-olm
The command does not return error. Additionally, check OLM is installed
k get csv packageserver -n olm
Resulting in
NAME DISPLAY VERSION REPLACES PHASE packageserver Package Server 0.27.0 Succeeded
What
This PR fixes the https://github.com/operator-framework/operator-sdk/issues/6489 that was fixed in v1.31.0.
Verification Steps
Setup a local cluster with OLM:
The command does not return error. Additionally, check OLM is installed
Resulting in