Description
Type of question
Community Best Practices
Question
What is the process of updating OLM from one version to another? The install.sh script will refuse to run if an existing OLM install is detected?
Environment
- Kubernetes from scratch
OLM Release: 19.1
kubectl get csv -n olm
NAME DISPLAY VERSION REPLACES PHASE
cert-manager.v1.6.1 cert-manager 1.6.1 Succeeded
packageserver Package Server 0.19.1 Succeeded
Would like to upgrade to OLM 20.0.
- Kubernetes version information:
Client Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.3", GitCommit:"c92036820499fedefec0f847e2054d824aea6cd1", GitTreeState:"clean", BuildDate:"2021-10-27T18:41:28Z", GoVersion:"go1.16.9", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.3", GitCommit:"c92036820499fedefec0f847e2054d824aea6cd1", GitTreeState:"clean", BuildDate:"2021-10-27T18:35:25Z", GoVersion:"go1.16.9", Compiler:"gc", Platform:"linux/amd64"}
- Kubernetes cluster kind:
- On-prem, not cloud
Additional context
Ask if any other context is needed.