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

Keep DesiredReplicas annotation up to date even if no scaling happens #821

Merged
merged 2 commits into from
Jun 5, 2023

Conversation

rishabh-11
Copy link
Contributor

What this PR does / why we need it:

Which issue(s) this PR fixes:
Fixes #815

Special notes for your reviewer:

Release note:

An edge case where outdated DesiredReplicas annotation blocked a rolling update is fixed.

@rishabh-11 rishabh-11 requested a review from a team as a code owner June 5, 2023 10:01
@gardener-robot gardener-robot added needs/review Needs review size/xs Size of pull request is tiny (see gardener-robot robot/bots/size.py) labels Jun 5, 2023
@gardener-robot-ci-3 gardener-robot-ci-3 added the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Jun 5, 2023
@gardener-robot-ci-1 gardener-robot-ci-1 added needs/ok-to-test Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD) and removed reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) labels Jun 5, 2023
Copy link
Contributor

@himanshu-kun himanshu-kun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

pkg/controller/deployment_sync_test.go Outdated Show resolved Hide resolved
@gardener-robot gardener-robot added reviewed/lgtm Has approval for merging and removed needs/review Needs review labels Jun 5, 2023
Co-authored-by: Himanshu Sharma <79965161+himanshu-kun@users.noreply.github.com>
@gardener-robot-ci-3 gardener-robot-ci-3 added the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Jun 5, 2023
@gardener-robot-ci-1 gardener-robot-ci-1 removed the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Jun 5, 2023
@himanshu-kun himanshu-kun merged commit c409530 into gardener:master Jun 5, 2023
@gardener-robot gardener-robot added the status/closed Issue is closed (either delivered or triaged) label Jun 5, 2023
@rishabh-11 rishabh-11 deleted the fix-ms branch June 5, 2023 10:43
himanshu-kun added a commit that referenced this pull request Jun 5, 2023
… date even if no (#824)

* keep desired replicas annotation up to date even if no scaling happens

* Update pkg/controller/deployment_sync_test.go

Co-authored-by: Himanshu Sharma <79965161+himanshu-kun@users.noreply.github.com>

---------

Co-authored-by: Himanshu Sharma <79965161+himanshu-kun@users.noreply.github.com>
himanshu-kun added a commit that referenced this pull request Jun 5, 2023
… date even if no (#822)

* keep desired replicas annotation up to date even if no scaling happens

* Update pkg/controller/deployment_sync_test.go

Co-authored-by: Himanshu Sharma <79965161+himanshu-kun@users.noreply.github.com>

---------

Co-authored-by: Himanshu Sharma <79965161+himanshu-kun@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs/ok-to-test Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD) reviewed/lgtm Has approval for merging size/xs Size of pull request is tiny (see gardener-robot robot/bots/size.py) status/closed Issue is closed (either delivered or triaged)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Edge case] Stale deployment.kubernetes.io/desired-replicas annotation block rollout
5 participants