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

observability/kube-prometheus: allow deploy with argo #8

Merged
merged 1 commit into from
Sep 1, 2023

Conversation

squat
Copy link
Contributor

@squat squat commented Aug 30, 2023

Currently, ArgoCD fails to deploy the Prometheus and PrometheusAgent
CRDs because it complains that:

"prometheusagents.monitoring.coreos.com" is invalid: metadata.annotations: Too long: must have at most 262144 bytes (retried 5 times).

To fix this, we can patch the resoruces as described in
prometheus-community/helm-charts#3435.

Signed-off-by: Lucas Servén Marín lserven@gmail.com

Currently, ArgoCD fails to deploy the Prometheus and PrometheusAgent
CRDs because it complains that:
```
"prometheusagents.monitoring.coreos.com" is invalid: metadata.annotations: Too long: must have at most 262144 bytes (retried 5 times).
```

To fix this, we can patch the resoruces as described in
prometheus-community/helm-charts#3435.

Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
@squat
Copy link
Contributor Author

squat commented Aug 30, 2023

cc @leonnicolas

@squat squat closed this Aug 30, 2023
@squat squat reopened this Aug 30, 2023
@squat
Copy link
Contributor Author

squat commented Aug 30, 2023

CI is failing due to actions/labeler#491

@ant31 ant31 merged commit 4373165 into microspray:main Sep 1, 2023
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants