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
When I deployed the application using rollout, I encountered a problem. When I select Traefik as the trafficRouting of Rollout, I seem to be unable to start Rollout normally.
When I checked the logs, I found. TraefikService seems to need the corresponding Endpoints associated with the K8s Service when it is created, otherwise it cannot be created. But Rollout seems to also depend on TraefikService when it is created. This leads to being stuck in an interdependent scenario and not being able to build properly? Is there any way to solve this? grateful!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I deployed the application using rollout, I encountered a problem. When I select Traefik as the trafficRouting of Rollout, I seem to be unable to start Rollout normally.
Please see the following documents:
When I checked the logs, I found. TraefikService seems to need the corresponding Endpoints associated with the K8s Service when it is created, otherwise it cannot be created. But Rollout seems to also depend on TraefikService when it is created. This leads to being stuck in an interdependent scenario and not being able to build properly? Is there any way to solve this? grateful!
Beta Was this translation helpful? Give feedback.
All reactions