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

[release-v1.90] [GEP-19] Add namespace to value of PVC migration label in PersistentVolumes #9341

Conversation

gardener-ci-robot
Copy link
Contributor

@gardener-ci-robot gardener-ci-robot commented Mar 8, 2024

This is an automated cherry-pick of #9338

/assign rfranzke

A bug has been fixed which prevented `Shoot`s using Alertmanager from getting stuck in reconciliation with error `last error: more than one PV found with label disk-migration.monitoring.gardener.cloud/pvc-name=alertmanager-db-alertmanager-0`.

@gardener-ci-robot gardener-ci-robot added the area/ops-productivity Operator productivity related (how to improve operations) label Mar 8, 2024
@gardener-prow gardener-prow bot added the cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. label Mar 8, 2024
@gardener-prow gardener-prow bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Mar 8, 2024
Copy link
Contributor

@ScheererJ ScheererJ left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

@gardener-prow gardener-prow bot added the lgtm Indicates that a PR is ready to be merged. label Mar 8, 2024
Copy link
Contributor

gardener-prow bot commented Mar 8, 2024

LGTM label has been added.

Git tree hash: 0d9789ff2e6adf223c9cb5f0c9ab83b16a0df666

Copy link
Contributor

gardener-prow bot commented Mar 8, 2024

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@gardener-prow gardener-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 8, 2024
Copy link
Contributor

gardener-prow bot commented Mar 8, 2024

@gardener-ci-robot: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-gardener-e2e-kind-upgrade-release-v1-90 e190f42 link true /test pull-gardener-e2e-kind-upgrade-release-v1-90
pull-gardener-e2e-kind-migration-release-v1-90 e190f42 link true /test pull-gardener-e2e-kind-migration-release-v1-90
pull-gardener-e2e-kind-ha-multi-zone-upgrade-release-v1-90 e190f42 link true /test pull-gardener-e2e-kind-ha-multi-zone-upgrade-release-v1-90
pull-gardener-e2e-kind-ha-single-zone-upgrade-release-v1-90 e190f42 link true /test pull-gardener-e2e-kind-ha-single-zone-upgrade-release-v1-90

Full PR test history. Your PR dashboard. Command help for this repository.
Please help us cut down on flakes by linking this test failure to an open flake report or filing a new flake report if you can't find an existing one. Also see our testing guideline for how to avoid and hunt flakes.

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/test-infra repository. I understand the commands that are listed here.

@rfranzke
Copy link
Member

rfranzke commented Mar 8, 2024

/close

Seems we have to use a different separator/mechanism:

2024-03-08T13:48:14.211267688Z stderr F {"level":"error","ts":"2024-03-08T13:48:14.211Z","msg":"Reconciler error","controller":"seed","namespace":"","name":"local-ha-single-zone","reconcileID":"124aaa89-f037-4531-a26d-07fdf1adc548","error":"1 error occurred:\n\t* task \"Deploying aggregate Prometheus\" failed: failed patching PV /pvc-3097db07-c084-4253-a932-94376eb741e8: PersistentVolume \"pvc-3097db07-c084-4253-a932-94376eb741e8\" is invalid: metadata.labels: Invalid value: \"garden/prometheus-db-aggregate-prometheus-0\": a valid label must be an empty string or consist of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character (e.g. 'MyValue',  or 'my_value',  or '12345', regex used for validation is '(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])?')\n\n","stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\tsigs.k8s.io/controller-runtime@v0.17.2/pkg/internal/controller/controller.go:329\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\tsigs.k8s.io/controller-runtime@v0.17.2/pkg/internal/controller/controller.go:266\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\tsigs.k8s.io/controller-runtime@v0.17.2/pkg/internal/controller/controller.go:227"}

@gardener-prow gardener-prow bot closed this Mar 8, 2024
Copy link
Contributor

gardener-prow bot commented Mar 8, 2024

@rfranzke: Closed this PR.

In response to this:

/close

Seems we have to use a different separator/mechanism:

2024-03-08T13:48:14.211267688Z stderr F {"level":"error","ts":"2024-03-08T13:48:14.211Z","msg":"Reconciler error","controller":"seed","namespace":"","name":"local-ha-single-zone","reconcileID":"124aaa89-f037-4531-a26d-07fdf1adc548","error":"1 error occurred:\n\t* task \"Deploying aggregate Prometheus\" failed: failed patching PV /pvc-3097db07-c084-4253-a932-94376eb741e8: PersistentVolume \"pvc-3097db07-c084-4253-a932-94376eb741e8\" is invalid: metadata.labels: Invalid value: \"garden/prometheus-db-aggregate-prometheus-0\": a valid label must be an empty string or consist of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character (e.g. 'MyValue',  or 'my_value',  or '12345', regex used for validation is '(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])?')\n\n","stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\tsigs.k8s.io/controller-runtime@v0.17.2/pkg/internal/controller/controller.go:329\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\tsigs.k8s.io/controller-runtime@v0.17.2/pkg/internal/controller/controller.go:266\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\tsigs.k8s.io/controller-runtime@v0.17.2/pkg/internal/controller/controller.go:227"}

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/test-infra repository.

@gardener-ci-robot gardener-ci-robot deleted the cherry-pick-9338-to-release-v1.90 branch March 8, 2024 22:00
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. area/ops-productivity Operator productivity related (how to improve operations) cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. kind/bug Bug lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants