Skip to content
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

Config builder silently fails with missing annotations #352

Open
mh0pe opened this issue Jul 28, 2017 · 2 comments
Open

Config builder silently fails with missing annotations #352

mh0pe opened this issue Jul 28, 2017 · 2 comments

Comments

@mh0pe
Copy link

mh0pe commented Jul 28, 2017

Somehow during a cluster upgrade, any apps that had multiple domains lost some of their annotations. router.deis.io/ssl.enforce and router.deis.io/domains were both missing, making the apps non-routable, even if deis routing:disable and deis routing:enable are run. There doesn't appear to be a command to rebuild/validate/correct service annotations and this doesn't log any errors.

@krancour
Copy link
Contributor

This cannot possibly be a router bug. The router only reads k8s resources. It never modifies them in any way, so if an annotation has gone missing from a service, the router is the victim of that; not the culprit.

Somehow during a cluster upgrade...

Can you clarify what you mean by this? You were upgrading Workflow? Or you were upgrading Kubernetes?

My gut wonders if k8s underlying etcd cluster is healthy.

@Cryptophobia
Copy link

This issue was moved to teamhephy/router#8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants