Skip to content

Scenario 4 - Moving From "system-monitor-deployment" To "kubernetes-goat-default-pool" #126

Answered by nmiekley
bradleyspmckay asked this question in Q&A
Discussion options

You must be logged in to vote

I am also currently looking at that scenario.

First off, your worker node probably does not use docker anymore. Kubernetes recently changed its container runtime from docker to containerd or csi-o. Try the following ones. The first works for containerd, the second should work in general.

ctr -n k8s.io containers list 
crictl pods

Furthermore, I think the changed the host in the command prompt is that the container might have been called differently in old versions. Just ignore it.

I am still thinking about the part with the kubernetes commands. I thought the kubernetes config is not available on the host, only the kubelet config. However, you can simply look around for a file containing k…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@bradleyspmckay
Comment options

@nmiekley
Comment options

Answer selected by bradleyspmckay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants