cri-o Questions
2
I'm trying to remove all unused images with specific name format from Kubernetes cluster like below.
crictl images | grep -E -- 'foo|bar' | awk '{print \$3}' | xargs -n 1 crictl rmi
But this one a...
3
Solved
Problem encountered
When deploying a cluster with Kubespray, CRI-O and Cilium I get an error about having multiple CRI socket to choose from.
Full error
fatal: [p3kubemaster1]: FAILED! => {"c...
Glassman asked 10/9, 2019 at 9:58
2
Solved
EDIT 1
In response to the comments I have included additional information.
$ kubectl get pods --namespace kube-system
NAME READY STATUS RESTARTS AGE
coredns-66bff467f8-lkwfn 0/1 ContainerCreating...
Hallux asked 16/6, 2020 at 12:3
1
I am exploring and learning about containers and kubernetes using podman and minikube on a linux workstation. I use podman to build images on the workstation and would like to deploy these images i...
1
© 2022 - 2024 — McMap. All rights reserved.