Skip to content

HYPERFLEET-1121 - feat: add safe-to-evict annotation to maestro agent/db/mqtt pods#50

Draft
kuudori wants to merge 1 commit into
openshift-hyperfleet:mainfrom
kuudori:HYPERFLEET-1121
Draft

HYPERFLEET-1121 - feat: add safe-to-evict annotation to maestro agent/db/mqtt pods#50
kuudori wants to merge 1 commit into
openshift-hyperfleet:mainfrom
kuudori:HYPERFLEET-1121

Conversation

@kuudori

@kuudori kuudori commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Summary

Verification

Tested locally on kind cluster with upstream PR branch — all three deployments render the annotation:

maestro-agent: {"cluster-autoscaler.kubernetes.io/safe-to-evict":"false"}
maestro-db: {"cluster-autoscaler.kubernetes.io/safe-to-evict":"false"}
maestro-mqtt: {"cluster-autoscaler.kubernetes.io/safe-to-evict":"false"}

Test plan

…/db/mqtt pods

Wire up podAnnotations with cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
on maestro-agent, maestro-db (postgresql), and maestro-mqtt (mosquitto) pod templates
to prevent GKE cluster-autoscaler from evicting these critical infrastructure pods
during scale-down events.

Bump chart dependency versions to 0.1.1 to consume upstream podAnnotations hooks.
@openshift-ci

openshift-ci Bot commented Jun 11, 2026

Copy link
Copy Markdown

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@openshift-ci

openshift-ci Bot commented Jun 11, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign crizzo71 for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@coderabbitai

coderabbitai Bot commented Jun 11, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are limited based on label configuration.

🚫 Review skipped — only excluded labels are configured. (2)
  • do-not-merge/work-in-progress
  • do-not-merge/hold

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Central YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: 89cb6a4f-68f3-4c83-8ad4-c72aa2699858

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
✨ Simplify code
  • Create PR with simplified code

Comment @coderabbitai help to get the list of available commands and usage tips.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant