Replies: 1 comment
-
This looks weird, and probably specific to Rancher Desktop? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Asked over at rancher-sandbox/rancher-desktop, but haven't received an answer.
I'm working on a k8s cluster using Rancher Desktop, but want to set up my databases external the cluster. I've used this same compose.yaml with Docker Desktop, but with Rancher Desktop I wanted to eliminate docker and just work with nerdctl and containerd (so I can install cilium CNI and choose the version of kubernetes).
When doing a
nerdctl compose up
, I get the following error:The
compose.yaml
isMy RD setup is configured to use containerd, not docker. I also disabled the default CNI and Ingress controller and installed cilium, not that it should matter.
When trying to create the missing network with nerdctl, it appears to complete, but nothing is created.
What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions