UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Resolve "Elasticsearch AutoRollingUpgrade is getting error"

Merged Zach Callahan requested to merge 210-fix-es-upgrade-job into main
All threads resolved!

General MR

Summary

This MR, though originally intended to "fix" the elastic upgrade job, is actually removing the job altogether. The job is unnecessary as the ECK operator (which this package depends on) already handles upgrade logic for ElasticSearch and Kibana instances deployed via its CRDs.

Relevant logs/screenshots

After an upgrade from 1.18.0-bb.5 to 1.19.0-bb.1 with autoRollingUpgrade.enabled set to false:

❯ kubectl get es -n logging
NAME         HEALTH   NODES   VERSION   PHASE   AGE
logging-ek   green    7       8.15.1    Ready   100m
❯ kubectl get pod -n logging
NAME                                  READY   STATUS    RESTARTS   AGE
logging-ek-es-data-0                  2/2     Running   0          62m
logging-ek-es-data-1                  2/2     Running   0          64m
logging-ek-es-data-2                  2/2     Running   0          66m
logging-ek-es-data-3                  2/2     Running   0          69m
logging-ek-es-master-0                2/2     Running   0          54m
logging-ek-es-master-1                2/2     Running   0          57m
logging-ek-es-master-2                2/2     Running   0          59m
logging-ek-kb-55865bdcf-46ptm         2/2     Running   0          54m
logging-ek-kb-55865bdcf-df2tp         2/2     Running   0          54m
logging-ek-kb-55865bdcf-ktrjt         2/2     Running   0          54m

Linked Issue

#210 (closed)

Upgrade Notices

N/A

Closes #210 (closed)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Kirby Liu approved this merge request

    approved this merge request

  • Tested and passed with the steps in manual testing in DEVELOPMENT_MAINTENANCE.md

  • Zach Callahan resolved all threads

    resolved all threads

  • Zach Callahan added 1 commit

    added 1 commit

    • d9cf24e8 - docs(dev-maint): remove step to check es endpoint; per @kliu request

    Compare with previous version

  • Zach Callahan reset approvals from @kliu by pushing to the branch

    reset approvals from @kliu by pushing to the branch

  • Kirby Liu approved this merge request

    approved this merge request

  • Zach Callahan enabled an automatic merge when the pipeline for d9cf24e8 succeeds

    enabled an automatic merge when the pipeline for d9cf24e8 succeeds

  • Zach Callahan mentioned in commit 7ae49dca

    mentioned in commit 7ae49dca

  • mentioned in merge request big-bang/bigbang!5178 (merged)

  • Please register or sign in to reply
    Loading