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

Error running kubernix on btrfs #359

Open
PanAeon opened this issue May 6, 2020 · 1 comment
Open

Error running kubernix on btrfs #359

PanAeon opened this issue May 6, 2020 · 1 comment

Comments

@PanAeon
Copy link
Contributor

PanAeon commented May 6, 2020

Hi,
I've compiled kubernix 0.2.0 against nixos 20.03. When tried to run it I got the following error:

ERROR] Kubelet (kubelet) died unexpectedly
[ERROR] Unable to start all processes

Tail of kubernix-run/kubelet/nixos/kubelet.log:

F0506 18:39:22.264088   12722 kubelet.go:1372] Failed to start ContainerManager failed to get rootfs info: failed to get device for dir "/home/vitalii/lab/foo/kubernix-run/kubelet/nixos/run": could not find device with major: 0, minor: 32 in cached partitions map

I've found similar issue here. After putting

featureGates:
  LocalStorageCapacityIsolation: false

into kubernix-run/kubelet/nixos/config.yml the issue had gone.

I'm not quite sure about implications of the above fix :)

@saschagrunert
Copy link
Owner

Hm, we could disable it, yeah. I'm also quite not sure about negative implications but do you mind opening a PR for that?

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

2 participants