-
Notifications
You must be signed in to change notification settings - Fork 11
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
[sol1] Migrate sol1 single-cluster to support dev/staging which are, actually, in a single cluster #22
Comments
I'm in the middle of it. For ease of troubleshooting, I'm renaming ALL entities from "sol1-" to "sol1d-". |
Chaning OR pointer (canary or prod) to dev or staging. Luckily i had forecasted this in the past and created a beautiful |
Ok, set up everything.
|
Last error: "default/sol1d-app01-eu-w1-ext-gw": generic::unknown: 6 errors occurred: Error GWCER104: HTTPRoute "default/sol1d-app01-eu-w1" is misconfigured, err: Error GWCER102: services default/sol1d-app01-eu-w1-dev not found..; Error GWCER104: HTTPRoute "default/sol1d-app01-eu-w1" is misconfigured, err: Error GWCER102: services default/sol1d-app01-eu-w1-dev not found..; Error GWCER104: HTTPRoute "default/sol1d-app01-eu-w1" is misconfigured, err: Error GWCER102: services default/sol1d-app01-eu-w1-dev not found..; Error GWCER104: HTTPRoute "default/sol1d-app01-eu-w1" is misconfigured, err: Error GWCER102: services default/sol1d-app01-eu-w1-dev not found..; Error GWCER104: HTTPRoute "default/sol1d-app01-eu-w1" is misconfigured, err: Error GWCER102: services default/sol1d-app01-eu-w1-dev not found..; Error GWCER104: HTTPRoute "default/sol1d-app01-eu-w1" is misconfigured, err: Error GWCER102: services default/sol1d-app01-eu-w1-dev not found.. |
Talking to Daniel I realized that the sol1 has always been Single Cluster, not MC!
No biggie, seems like the best thing to do is to refactor the code into supporting Dev/Staging which are already in a single cluster (DEV).
Also, they are 1 pod each, so demonstratic proper traffic splitting seems less hypocritical (canary/prod have instead a 80/20 as of now).
The text was updated successfully, but these errors were encountered: