-
-
Notifications
You must be signed in to change notification settings - Fork 274
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
Configure Flannel networking #51
Comments
I get the following error: |
Sorry, any update for this issue? Got same error as in above message: |
Me too, version 3.0.1 |
I could fix this using: vars:
kubernetes_kubelet_extra_args: "--fail-swap-on=false" This is actually mentioned in the documentation of the role. More info about swap space is provided in this kubeadm issue. |
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution! Please read this blog post to see the reasons why I mark issues as stale. |
It looks like there are a few different issues here:
Not sure what that's for, but it's not related to this role (this role doesn't have that string in it anywhere).
That's not necessarily related to flannel installation—I would suggest looking at
That may very well be the case for those not being able to connect to the K8s API—which is why it's important to check |
(item=kubectl apply -f /tmp/kac.yml) => {"ansible_loop_var": "item", "changed": false, "cmd": ["kubectl", "apply", "-f", "/tmp/kac.yml"], "delta": "0:00:00.330669", "end": "2019-06-13 16:09:26.484968", "item": "kubectl apply -f /tmp/kac.yml", "msg": "non-zero return code", "rc": 1, "start": "2019-06-13 16:09:26.154299", "stderr": "error: the path "/tmp/kac.yml" does not exist", "stderr_lines": ["error: the path "/tmp/kac.yml" does not exist"], "stdout": "", "stdout_lines": []}
The text was updated successfully, but these errors were encountered: