rfmoz / grafana-dashboards

Grafana dashboards
Apache License 2.0
1.1k stars 438 forks source link

ConfigMap `metadata.annotations` too long #136

Closed zalegrala closed 2 months ago

zalegrala commented 1 year ago

When applying the most recent version of the dashboard, I get the following error.

The ConfigMap "dashboards-nodesfull-0" is invalid: metadata.annotations: Too long: must have at most 262144 bytes

Is anyone else also seeing this issue?

aufkm commented 9 months ago

same

rfmoz commented 2 months ago

As pointed in the Kubernetes doc:

A ConfigMap is not designed to hold large chunks of data. The data stored in a ConfigMap cannot exceed 1 MiB. If you need to store settings that are larger than this limit, you may want to consider mounting a volume or use a separate database or file service.