You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using kind 0.8.1, I want to use podman instead of Docker and Moby. When I try to create a simple cluster, it stays that I don't have apparmor on my system.
Apparmor is not usable on Fedora (we use SELinux) - is there a way to avoid "kind" to append the option for "apparmor profile" ?
$ kind create cluster
enabling experimental podman provider
Creating cluster "kind" ...
podman provider may not work properly in rootless mode
✓ Ensuring node image (kindest/node:v1.18.2) 🖼
✗ Preparing nodes 📦
ERROR: failed to create cluster: podman run error: command "podman run --hostname kind-control-plane --name kind-control-plane --label io.x-k8s.kind.role=control-plane --privileged --security-opt seccomp=unconfined --security-opt apparmor=unconfined --tmpfs /tmp --tmpfs /run --volume /var --volume /lib/modules:/lib/modules:ro --detach --tty --label io.x-k8s.kind.cluster=kind --publish=127.0.0.1:37487:6443/TCP kindest/node@sha256:7b27a6d0f2517ff88ba444025beae41491b016bc6af573ba467b70c5e8e0d85f" failed with error: exit status 125
Command Output: Error: Apparmor profile "unconfined" specified, but Apparmor is not enabled on this system
Thanks a lot
The text was updated successfully, but these errors were encountered:
Hello,
Using kind 0.8.1, I want to use podman instead of Docker and Moby. When I try to create a simple cluster, it stays that I don't have apparmor on my system.
Apparmor is not usable on Fedora (we use SELinux) - is there a way to avoid "kind" to append the option for "apparmor profile" ?
Thanks a lot
The text was updated successfully, but these errors were encountered: