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

apps: upgraded kured to 1.13.1 #1685

Merged
merged 1 commit into from
Jul 19, 2023
Merged

apps: upgraded kured to 1.13.1 #1685

merged 1 commit into from
Jul 19, 2023

Conversation

Pavan-Gunda
Copy link
Contributor

@Pavan-Gunda Pavan-Gunda commented Jul 18, 2023

What this PR does / why we need it:

Which issue this PR fixes (use the format fixes #<issue number>(, fixes #<issue_number>, ...) to automatically close the issue when PR gets merged): fixes #1489

Public facing documentation PR (if applicable)

Special notes for reviewer:

Add a screenshot or an example to illustrate the proposed solution:

Checklist:

  • Added relevant notes to WIP-CHANGELOG.md
  • Proper commit message prefix on all commits
  • Updated the public facing documentation
  • Is this changeset backwards compatible for existing clusters? Applying:
    • is completely transparent, will not impact the workload in any way.
    • requires running a migration script.
    • will create noticeable cluster degradation.
      E.g. logs or metrics are not being collected or Kubernetes API server
      will not be responding while upgrading.
    • requires draining and/or replacing nodes.
    • will change any APIs.
      E.g. removes or changes any CK8S config options or Kubernetes APIs.
    • will break the cluster.
      I.e. full cluster migration is required.
  • Chart checklist (pick exactly one):
    • I upgraded no Chart.
    • I upgraded a Chart and determined that no migration steps are needed.
    • I upgraded a Chart and added migration steps.

Pipeline config (if applicable)
If you change some config options (e.g. add/rename variable or change the default value) you may need to update the config used by the pipeline in pipeline/config.

@raviranjanelastisys
Copy link
Contributor

Seems like we have 1.13.1 available too - https://github.com/kubereboot/kured/releases/tag/1.13.1, check if we can update to latest

@Pavan-Gunda
Copy link
Contributor Author

Seems like we have 1.13.1 available too - https://github.com/kubereboot/kured/releases/tag/1.13.1, check if we can update to latest

1.13.1 runs kubectl version 1.26. Although it should work with 1.25, since we are running kubernetes version 1.25 now, i went with this.

@Pavan-Gunda
Copy link
Contributor Author

Seems like we have 1.13.1 available too - https://github.com/kubereboot/kured/releases/tag/1.13.1, check if we can update to latest

1.13.1 runs kubectl version 1.26. Although it should work with 1.25, since we are running kubernetes version 1.25 now, i went with this.

I can try upgrading to 1.13.1 and see if it works well.

@Pavan-Gunda
Copy link
Contributor Author

Seems like we have 1.13.1 available too - https://github.com/kubereboot/kured/releases/tag/1.13.1, check if we can update to latest

1.13.1 runs kubectl version 1.26. Although it should work with 1.25, since we are running kubernetes version 1.25 now, i went with this.

I can try upgrading to 1.13.1 and see if it works well.

Did a quick test, seems to work fine so i updated the charts.

@Pavan-Gunda Pavan-Gunda force-pushed the pg/kured-upgrade branch 2 times, most recently from 96b750f to c1b186f Compare July 18, 2023 13:30
@Pavan-Gunda Pavan-Gunda changed the title apps: upgraded kured to 1.13.0 apps: upgraded kured to 1.13.1 Jul 18, 2023
@Pavan-Gunda Pavan-Gunda merged commit 53ca3f6 into main Jul 19, 2023
14 checks passed
@Pavan-Gunda Pavan-Gunda deleted the pg/kured-upgrade branch July 19, 2023 09:27
@Pavan-Gunda Pavan-Gunda self-assigned this Jul 20, 2023
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

Successfully merging this pull request may close these issues.

[1] Upgrade Kured to v1.12.2
3 participants