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

documentation regarding how canary deployment behaves with different API version of the resources #5499

Closed
antonioberben opened this issue Oct 25, 2021 · 1 comment
Assignees

Comments

@antonioberben
Copy link
Member

From 1.9.0 we can have canary deployments.

It would be interesting to document how API versioning could be affected by canary deployment.

When performing a canary deployment, you will have a minimum of one pair of each component:

  • 2 gloo deployments
  • 2 gateway deployment
  • 2 proxy resource
  • 2 gateway proxy

But only one custom resources (i.e. VirtualService, RT, AuthConfig, ...) as you had it before running the deployment.

What would happen if the new release brings a change in the CRDs? How do the canary deployments (old version and new version) behave? can there be a possible conflict?

thank you

image

@Rachael-Graham
Copy link
Contributor

Working on this in #5499

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

No branches or pull requests

2 participants