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

Unable to upgrade servers first when going through version 0.40.0 of helm chart #1622

Closed
takeda opened this issue Oct 15, 2022 · 1 comment
Closed
Labels
type/bug Something isn't working

Comments

@takeda
Copy link

takeda commented Oct 15, 2022

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.

Overview of the Issue

In version 0.40.0 a change (#1000) introduced that adds "-client" to DaemonSet. Unfortunately that renders updateStrategy: OnDelete (as recommended on https://developer.hashicorp.com/consul/docs/k8s/upgrade#upgrading-consul-servers) useless as the old DaemonSet is being removed due to name change.

Is there a workaround?

Reproduction Steps

Upgrade from 0.38.0 to 0.47.1 following steps listed on https://developer.hashicorp.com/consul/docs/k8s/upgrade#upgrading-consul-servers

@takeda takeda added the type/bug Something isn't working label Oct 15, 2022
@david-yu
Copy link
Contributor

Sorry for the troubles with the upgrade. We only intend on introducing breaking changes between minor versions and not patch releases moving forward. We also now have release notes for consul-k8s as shown here: https://developer.hashicorp.com/consul/docs/release-notes/consul-k8s/v1_2_x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants