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

Update on 10-bootstrapping-kubernetes-workers.md and 11-tls-bootstrapping-kubernetes-workers.md #352

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nthskyradiated
Copy link

added additional flag --fail-swap-on to kubelet.service for both worker nodes

--fail-swap-on=false

After starting kubelet and kubelet-proxy, it would show "no resource found" when checking in the controlplane.

checking back on the worker node

systemctl status kubelet

shows that the process is stuck looping in restarting mode. Kubelet apparently could not be run on swap memory (which I think is provisioned by default on all vagrant boxes) hence the addition of the flag.

added additional flag for kubelet.service (--fail-swap-on=false)

After starting kubelet and kubelet-proxy, it would show "no resource found" when checking in the controlplane.

checking back on the worker node
```code
systemctl status kubelet
```
shows that the process is stuck in restarting mode. Kubelet apparently could not be run on swap hence the addition of the flag.
added --fail-swap-on flag to kubelet.service
```
--fail-swap-on=false \\
```
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.

1 participant