https://rancher.com/ logo
a

agreeable-refrigerator-81827

08/08/2022, 8:44 PM
Can anyone help me figure out why I cannot install Neuvector correctly on Rancher Desktop? I documented my workflow in this public repo. I was able to port forward and access the Neuvector UI: https://github.com/n1g3ld0ugla5/neuvector-rancher-desktop Basically, the Neuvector enforcer pod, scanner pods and manager pod are all running correctly. I'm unable to login from the Neuvector UI because the Neuvector controller pods are in a CrashLoopBackOff error. Couldn't see much when describing those pods. Anything I should be looking for via kubectl logs command?
f

freezing-airplane-30363

08/09/2022, 10:11 AM
Hi, seems
--set k3s.enabled=true
is needed when installing nue over helm, without that the nue controller pod wasn't able to recognize used container runtime.
Copy code
$ kubectl logs neuvector-controller-pod-54c588dc6c-bgpxm -n neuvector
...
2022-08-09T10:09:28.549|ERRO|CTL|main.main: Failed to initialize - error=Unknown container runtime
...
446 Views