-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Labels
kind/bugSomething isn't workingSomething isn't working
Description
The following configuration doesn't work as expected. I need to enable the cri engine with the containerd at the same time, even though the crio.sock is not mounted.
As experiment, enabling only the cri engine and disabling the containerd doesn't work.
- init_config:
engines:
bpm:
enabled: false
containerd:
enabled: true
sockets:
- /run/containerd/containerd.sock
cri:
enabled: false
sockets:
- /run/crio/crio.sock
docker:
enabled: false
sockets:
- /var/run/docker.sock
libvirt_lxc:
enabled: false
lxc:
enabled: false
podman:
enabled: false
sockets:
- /run/podman/podman.sock
hooks:
- create
label_max_len: 100
with_size: false
library_path: libcontainer.so
name: container
Zaulao
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't workingSomething isn't working