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

Enable Cgroups Memory #2

Merged
merged 1 commit into from
Jan 10, 2022

Conversation

scirelli
Copy link
Contributor

@scirelli scirelli commented Jan 9, 2022

After completing step 6 Test Worker Nodes and running kubectl get nodes --kubeconfig config/admin.kubeconfig all node statuses were NotReady. With an error

Failed to start ContainerManager system validation failed - Following Cgroup subsystem not mounted: [memory]

Turning cgroup memory on for each node, fixed this and all nodes came up Ready.

This PR adds enabling cgroups memory to the Intro page.

After completing step 6 [Test Worker Nodes](https://github.com/abelperezok/kubernetes-raspberry-pi-cluster-hat/blob/master/06-Worker-Nodes.md#test-worker-nodes) and running `kubectl get nodes --kubeconfig config/admin.kubeconfig` all node statuses were NotReady. With an error

> Failed to start ContainerManager system validation failed - Following Cgroup subsystem not mounted: [memory]

Turning cgroup memory on for each node, fixed this and all nodes came up Ready.

This PR adds enabling cgroups memory to the Intro page.
@abelperezok abelperezok merged commit d475671 into abelperezok:master Jan 10, 2022
@abelperezok
Copy link
Owner

@scirelli Thank you for your contribution, I'm sure it will help others when facing similar situation

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

Successfully merging this pull request may close these issues.

2 participants