-
Notifications
You must be signed in to change notification settings - Fork 546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install operator with OLM in kind cluster #3058
Comments
Hi @learner0810. Can you share which operator you were trying to install as well as what OS you were using? This looks like a runtime error but we need more information on what steps you were following. |
What container runtime are you using on your cluster? I'm guessing this is something on your system not playing nice with the c bindings used for the sqlite database that OLM uses to host operator metadata. |
Here is my OS and runtime information. No matter which operator I install, I get this error [root@10-6-201-200 ~]# kubectl get node -owide
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
kind-cluster-control-plane Ready control-plane,master 10d v1.21.1 172.18.0.2 <none> Ubuntu 21.04 3.10.0-1160.el7.x86_64 containerd://1.5.2
[root@10-6-201-200 ~]#
[root@10-6-201-200 ~]# cat /etc/redhat-release
CentOS Linux release 7.9.2009 (Core)
[root@10-6-201-200 ~]# uname -a
Linux 10-6-201-200 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
[root@10-6-201-200 ~]# |
Here is my runtime information. [root@10-6-201-200 ~]# kubectl get node -owide
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
kind-cluster-control-plane Ready control-plane,master 10d v1.21.1 172.18.0.2 <none> Ubuntu 21.04 3.10.0-1160.el7.x86_64 containerd://1.5.2
[root@10-6-201-200 ~]# |
Environment
operator-lifecycle-manager version:
kubectl version
Kubernetes cluster kind:
The text was updated successfully, but these errors were encountered: