Replies: 2 comments
-
| 
 This looks weird, and probably specific to Rancher Desktop? | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            -
| I am getting the same behavior with generic Kubernetes + Cilium install. Using  I suspect Cilium took over. | 
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
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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.yamlisMy 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.
❯ nerdctl network create postgres-stack_db-net f26c657d0c1a7c5f30e66f760cab93c9fb20a723e0c20262cc3816a5990d34fc ❯ nerdctl network ls NETWORK ID NAME FILE cilium /etc/cni/net.d/05-cilium.conflist host noneWhat am I missing?
Beta Was this translation helpful? Give feedback.
All reactions