-
Notifications
You must be signed in to change notification settings - Fork 772
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
Failed to start ContainerManager #1587
Comments
@zar3bski This looks like the same problem I already made an issue about a couple of days back. At least in my case it seems to be because I am using Btrfs. |
@zar3bski But were you using Microk8s 1.19 on Ubuntu 20.04, or an earlier Microk8s? Microk8s 1.19 refuses to work for me, but 1.18 works fine. |
snap probably upgraded my cluster at one point. I'll give it a shoot |
Thanks @ktsakalozos , it is probably it. Sorry for the noob question but I am not quite used to snap yet. Where should I put the kubelet conf file suggested by #80633 so it is taken into account?
|
@zar3bski It looks like this is a feature gate [1] setup. You will need to configure kubelet with the respective feature gate [2] ( [1] https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/ |
Adding
to |
@ktsakalozos @zar3bski Yes, adding that feature-gate seems to workaround the issue and microk8s seems to be running now. It's a rather ugly workaround, but it's better than nothing. |
👋 Kubernetes featuregates are only available until the feature goes GA (or is removed), and then the featuregate is removed and the feature is just on (or removed), LocalStorageCapacityIsolation is going GA in Kubernetes v1.25.0, but I've requested a kubelet option to enable use cases like this and there will be a kubelet option |
All my pods end up stuck to Pending
Because the default node does not seem available
It seems stuck in a weird loop
And I wonder whether has something to do with what I found in
journalctl
How could I fix this? (If that's the reason why it fails)
inspection-report-20200922_135021.tar.gz
The text was updated successfully, but these errors were encountered: