-
Notifications
You must be signed in to change notification settings - Fork 582
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
Rke up fails in environment without default gateway #3359
Comments
The requirement for a default route has been existing for a longer time within Kubernetes and system components like CNI. Was it working before or does it work in another Kubernetes distro? See kubernetes/kubernetes#57534 and other references. |
I cannot tell if it was working in previous Kubernetes version. It is the first time we deployed to an environment without default gateway. I will try to add info in the ticket you mentionned, to see if I get an official answer. |
This repository uses an automated workflow to automatically label issues which have not had any activity (commit/comment/label) for 60 days. This helps us manage the community issues better. If the issue is still relevant, please add a comment to the issue so the workflow can remove the label and we know it is still valid. If it is no longer relevant (or possibly fixed in the latest release), the workflow will automatically close the issue in 14 days. Thank you for your contributions. |
up |
This repository uses an automated workflow to automatically label issues which have not had any activity (commit/comment/label) for 60 days. This helps us manage the community issues better. If the issue is still relevant, please add a comment to the issue so the workflow can remove the label and we know it is still valid. If it is no longer relevant (or possibly fixed in the latest release), the workflow will automatically close the issue in 14 days. Thank you for your contributions. |
up |
This repository uses an automated workflow to automatically label issues which have not had any activity (commit/comment/label) for 60 days. This helps us manage the community issues better. If the issue is still relevant, please add a comment to the issue so the workflow can remove the label and we know it is still valid. If it is no longer relevant (or possibly fixed in the latest release), the workflow will automatically close the issue in 14 days. Thank you for your contributions. |
up |
This repository uses an automated workflow to automatically label issues which have not had any activity (commit/comment/label) for 60 days. This helps us manage the community issues better. If the issue is still relevant, please add a comment to the issue so the workflow can remove the label and we know it is still valid. If it is no longer relevant (or possibly fixed in the latest release), the workflow will automatically close the issue in 14 days. Thank you for your contributions. |
RKE version:
Docker version: (
docker version
,docker info
preferred)Operating system and kernel: (
cat /etc/os-release
,uname -r
preferred)Type/provider of hosts: (VirtualBox/Bare-metal/AWS/GCE/DO)
Public Cloud OVH
cluster.yml file:
Relevant part:
Steps to Reproduce:
Scenario (A)
Creates a pool of VMs without default gateway
Then do
rke up
Scenario (B)
Scenario (C)
Results:
(A) I have the exact as #1231
(B) I do not reproduce #1231 and get after this blocked step. The rke up log is in success but in reality nothing works:
If I look at logs of pods like metrics-server-67c8745cb8-lxnxh or calico-kube-controllers-5f95bd4b77-bskxk, I get a no route to host to 10.43.0.1:443, even if this is accessible from host, and from container.
(C) The deployment works!!
It seems a default gateway is a hard prerequisite of RKE, while it should not be.
The text was updated successfully, but these errors were encountered: