Skip to content

🍒 Pick changes from release-v1.148 for ske-v1.148 - #178

Merged
ske-prow[bot] merged 2 commits into
ske-v1.148from
gardener-v1.148.1-ske-2
Aug 6, 2026
Merged

🍒 Pick changes from release-v1.148 for ske-v1.148#178
ske-prow[bot] merged 2 commits into
ske-v1.148from
gardener-v1.148.1-ske-2

Conversation

@robinschneider

Copy link
Copy Markdown
Member

How to categorize this PR?

/kind cherry-pick

What this PR does / why we need it:
See ske-v1.148...gardener:gardener:release-v1.148

Special notes for your reviewer:
/cc @stackitcloud/ske-gardener

vicwicker and others added 2 commits August 6, 2026 10:07
…al observability secret is synced during rotation before triggering seed reconciliation (gardener#15446)

* Ensure global observability secret is synced before seed reconciliation

Commit `d393a96` added rotation for the global observability ingress
secret. However, it missed a race condition that is only visible in real
Gardener landscapes. The rotation assumes the following order:

    t0: The secrets manager generates a new global observability ingress
        secret in the runtime cluster and copies it to the `garden`
        namespace in the virtual garden cluster.

    t1: The gardener-controller-manager (GCM) sees the new secret in the
        `garden` namespace and propagates it to each seed namespace.

    t2: The gardener-operator annotates the seeds for reconciliation.

    t3: The gardenlet picks up and deploys the new global observability
        ingress secret in the seed.

This path works, but t1 and t2 swap if the gardener-operator triggers
seed reconciliation before the GCM copies the new secret to the
corresponding seed namespaces.

This commit propagates the `last-rotation-initiation-time` label to the
secret replicas, and adds a step to the gardener-operator rotation flow
between t1 and t2. The step blocks until every seed namespace in the
virtual garden holds a replica whose `last-rotation-initiation-time` is
greater than or equal to the one on the original secret in the runtime
cluster. This enforces the t1-before-t2 ordering: the operator does not
annotate the seeds until the GCM has finished propagating the new
secret.

* Deduplicate secret creation in observability rotation tests

The tests that exercise empty and non-numeric
`last-rotation-initiation-time` label values inlined the full secret
creation. This adds a string-based helper that carries the label value
as a string.
…EtcdVersion` feature gate is enabled (gardener#15447)

* Use `memberNamePrefix` only when etcd-druid `UpgradeEtcdVersion` feature gate in enabled

* Address review

---------

Co-authored-by: acumino <[email protected]>
@ske-prow
ske-prow Bot requested a review from a team August 6, 2026 08:13
@ske-prow ske-prow Bot added kind/cherry-pick This is a cherry-pick and should be documented as such size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Aug 6, 2026
@ske-prow

ske-prow Bot commented Aug 6, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: hammadzf

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

The pull request process is described 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

@ske-prow ske-prow Bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. labels Aug 6, 2026
@ske-prow

ske-prow Bot commented Aug 6, 2026

Copy link
Copy Markdown

LGTM label has been added.

DetailsGit tree hash: f636e5fdf4d91bcd88af97c06d06b2dca6d47af6

@ske-prow
ske-prow Bot merged commit af6f290 into ske-v1.148 Aug 6, 2026
5 checks passed
@ske-prow
ske-prow Bot deleted the gardener-v1.148.1-ske-2 branch August 6, 2026 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. kind/cherry-pick This is a cherry-pick and should be documented as such lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants