Replies: 1 comment
-
We have nothing to do with testcontainers. Its some third-party publishing the K3s modules. I'm not 100% how testcontainers works, but K3s is designed for linux. You said
does testcontainers run this in some kind of linux VM? because otherwise you will not get K3s working on a mac. |
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
-
Environmental Info:
K3s Version: 1.31.2
Node(s) CPU architecture, OS, and Version:
Cluster Configuration:
1 node, both master and control plane
Describe the bug:
I'm using testcontainers to start k3s, and I see that the 3 kube-system containers are stuck in ContainerCreating state.
The events I see on one of them:
Steps To Reproduce:
You can run this pytest
Grab the config file from the system and use k9s to connect
k9s --kubeconfig {the-file-path}
You can see per pod description the events.
Expected behavior:
kube-system container up and running
Actual behavior:
All 3 kube-system containers (core-dns, metrics server and localpath provisioner) are stuck in ContainerCreating
Additional context / logs:
Running from my Macbook Pro M3
Beta Was this translation helpful? Give feedback.
All reactions