-
Notifications
You must be signed in to change notification settings - Fork 526
Set constraint to progressing
to prevent it from being displayed as error in the dashboard.
#12470
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
Set constraint to progressing
to prevent it from being displayed as error in the dashboard.
#12470
Conversation
@axel7born: GitHub didn't allow me to request PR reviews from the following users: grolu. Note that only gardener members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/assign
Thanks for improving the usability of the dual-stack migration.
/lgtm
/approve
LGTM label has been added. Git tree hash: 3bee3a57afa020f4eaee89c9033a0f4a7378b67e
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ScheererJ The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
being displayed as error in the dashboard.
9d5c1c0
to
5ab8090
Compare
/lgtm |
LGTM label has been added. Git tree hash: a398e5a24570fbedd5a0102c11f1cec4c149fb66
|
How to categorize this PR?
/area networking
/kind enhancement
What this PR does / why we need it:
The constraint
DualStackNodesMigrationReady
is used to track, if the nodes in the shoot are prepared for a migration of the shoot to dual-stack networking. However, a constraint with statusfalse
is displayed as error in the gardener dashboard. As this is confusing users, we change the constraint status toprogressing
which will be displayed in the dashboard with gardener/dashboard#2503.Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Release note: