You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.
Install tectonic on bare metal with calico networking. The deployment is successful (I can access the cluster with kubectl CLI without any issue). But the tectonic console is not accessible, nginx 504 gateway timeout
What you expected to happen?
The tectonic console should be accessible.
How to reproduce it (as minimally and precisely as possible)?
After the cluster is deployed, I cannot open the tectonic console (nginx 504 gateway timeout). But I can access the cluster from kubectl CLI. Some simple check output
I had issues with calico as well, fixed it with firewall rule (protocol 4 for IPinIP) and a lower mtu size (1480) due to the extra 20 byte header that the tunnel will add to each packet.
Not sure if it fixes your problem also, but I see you have tectonic_metal_calico_mtu = 1500 in terraform.tfvars.
What keywords did you search in tectonic-installer issues before filing this one?
calico, console
Is this a BUG REPORT or FEATURE REQUEST?
BUG REPORT
Versions
Tectonic version (release or commit hash):
Terraform version (
terraform version
):Platform (aws|azure|openstack|metal|vmware):
What happened?
Install tectonic on bare metal with calico networking. The deployment is successful (I can access the cluster with kubectl CLI without any issue). But the tectonic console is not accessible, nginx 504 gateway timeout
What you expected to happen?
The tectonic console should be accessible.
How to reproduce it (as minimally and precisely as possible)?
My terraform.tfvars:
After the cluster is deployed, I cannot open the tectonic console (nginx 504 gateway timeout). But I can access the cluster from kubectl CLI. Some simple check output
Try from outside with curl -I:
Logs from ingress controller shows the upstream console service is not accessible:
I deployed some pods to validate inter-connectivity across hosts, but no problem identified. The troubleshooting guide https://coreos.com/tectonic/docs/latest/troubleshooting/troubleshooting.html does not give any help in my case.
No tectonic console access issue for deployment with flannel.
The text was updated successfully, but these errors were encountered: