Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

k3s crictl broken with crio #220

Closed
de13 opened this issue Mar 11, 2019 · 1 comment
Closed

k3s crictl broken with crio #220

de13 opened this issue Mar 11, 2019 · 1 comment

Comments

@de13
Copy link

de13 commented Mar 11, 2019

Describe the bug

I've started a cluster with crio following the steps described here #107. Some pods successfully runs on the cluster, but `k3s crictl ps' returns an error:

$ k3s kubectl get po --all-namespaces
NAMESPACE     NAME                       READY   STATUS              RESTARTS   AGE
kube-system   coredns-7748f7f6df-8nzpj   0/1     ContainerCreating   0          30m
kube-system   weave-net-bswx2            2/2     Running             0          29m
$ cat /etc/crictl.yaml
runtime-endpoint: unix:///var/run/crio/crio.sock
$ k3s crictl ps
FATA[2019-03-11T21:08:02.180159249+01:00] failed to connect: failed to connect: context deadline exceeded

To Reproduce

sudo k3s server --disable-agent --no-deploy traefik --container-runtime-endpoint=/run/crio/crio.sock

Expected behavior

The output from the command.

@de13 de13 closed this as completed Mar 12, 2019
@de13
Copy link
Author

de13 commented Mar 12, 2019

my bad, sudo k3s crictl ps works as expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant