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 Mar 16, 2024. It is now read-only.
When using acorn on a civo cluster with the default node port based traefik ingress controller, any acorns apps that are deployed will have their endpoints sit in pending forever.
This is because the ingress controller isn't updating the status of the ingress with loadbalancer information.
To get trafefik to update ingress status, you have to add one of the following fields to its configuraiton:
We can't address this directly on the acorn side as having the status of the ingress properly updated is a requirement. However, we'll be adding some pre-flight checks to ensure ingress is fully functional as part of acorn install
The text was updated successfully, but these errors were encountered:
When using acorn on a civo cluster with the default node port based traefik ingress controller, any acorns apps that are deployed will have their endpoints sit in pending forever.
This is because the ingress controller isn't updating the status of the ingress with loadbalancer information.
To get trafefik to update ingress status, you have to add one of the following fields to its configuraiton:
Note that Civo has a "LoadBalancer" traefik ingress which adds this to the configuration:
and everything works as expected.
Here are some related upstream issues in traefik:
We can't address this directly on the acorn side as having the status of the ingress properly updated is a requirement. However, we'll be adding some pre-flight checks to ensure ingress is fully functional as part of
acorn install
The text was updated successfully, but these errors were encountered: