Skip to content

Conversation

kubasikus
Copy link
Contributor

In PR #7426, an attempt was made to deploy updated Grafana dashboard. This update started failing the Grafana Application deployment via the CI system. Upon investigation of ArgoCD within the CI cluster, this error message was found: ConfigMap controllers-overview-dc566k7t25 is invalid: metadata.annotations: Too long: must have at most 262144 bytes. Retrying attempt #28 at 3:06PM.

Investigation of ArgoCD documentation shows that using the ServerSideApply option should fix issues such as this. While there is an option for users to apply this label on per-resource level, it would require us to investigate every time the CI would fail because of this. So instead, let's set ServerSideApply on the whole application to fix any future dashboard issues.

In PR #7426, an attempt was made to deploy updated Grafana dashboard. This update started failing the Grafana Application deployment via the CI system. Upon investigation of ArgoCD within the CI cluster, this error message was found: ConfigMap controllers-overview-dc566k7t25 is invalid: metadata.annotations: Too long: must have at most 262144 bytes. Retrying attempt #28 at 3:06PM.

Investigation of ArgoCD documentation shows that using the ServerSideApply option should fix issues such as this. While there is an option for users to apply this label on per-resource level, it would require us to investigate every time the CI would fail because of this. So instead, let's set ServerSideApply on the whole application to fix any future dashboard issues.
@openshift-ci openshift-ci bot requested review from elsony and tisutisu September 25, 2025 09:13
Copy link
Contributor

🤖 Gemini AI Assistant Available

Hi @kubasikus! I'm here to help with your pull request. You can interact with me using the following commands:

Available Commands

  • @gemini-cli /review - Request a comprehensive code review

    • Example: @gemini-cli /review Please focus on security and performance
  • @gemini-cli <your question> - Ask me anything about the codebase

    • Example: @gemini-cli How can I improve this function?
    • Example: @gemini-cli What are the best practices for error handling here?

How to Use

  1. Simply type one of the commands above in a comment on this PR
  2. I'll analyze your code and provide detailed feedback
  3. You can track my progress in the workflow logs

Permissions

Only OWNER, MEMBER, or COLLABORATOR users can trigger my responses. This ensures secure and appropriate usage.


This message was automatically added to help you get started with the Gemini AI assistant. Feel free to delete this comment if you don't need assistance.

Copy link
Contributor

🤖 Hi @kubasikus, I've received your request, and I'm working on it now! You can track my progress in the logs for more details.

@kubasikus
Copy link
Contributor Author

@gemini-cli /review

@hugares
Copy link
Contributor

hugares commented Sep 25, 2025

/retest

Copy link
Contributor

@hugares hugares left a comment

Choose a reason for hiding this comment

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

/lgtm

Copy link

openshift-ci bot commented Sep 25, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: hugares, kubasikus

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

Copy link

openshift-ci bot commented Sep 25, 2025

@kubasikus: 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
ci/prow/konflux-e2e-v418-optional a1c94a3 link false /test konflux-e2e-v418-optional
ci/prow/appstudio-e2e-tests a1c94a3 link true /test appstudio-e2e-tests

Full PR test history. Your PR dashboard.

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

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.

2 participants