Skip to content

k3 fails to start using podman rootless #366

@cmoulliard

Description

@cmoulliard

Issue

The k3 kubernetes cluster fails to start using podman rootless as kubelet reports the following error

Error: failed to run Kubelet: failed to create kubelet: open /dev/kmsg: operation not permitted
time="2025-02-27T13:43:30Z" level=error msg="kubelet exited: failed to run Kubelet: failed to create kubelet: open /dev/kmsg: operation not permitted"

This issue is related to what we fixed for kind as this feature gate is missing

apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
featureGates:
  KubeletInUserNamespace: true

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions