Commodore component to wrap kube-prometheus jsonnet library.
BSD 3-Clause "New" or "Revised" License
0
stars
0
forks
source link
CustomResourceDefinition.apiextensions.k8s.io "prometheuses.monitoring.coreos.com" is invalid: metadata.annotations: Too long: must have at most 262144 bytes #57
Deploying the Prometheus CRD seems to be too big to apply.
The apply work if it's done via server side apply together with --force-conflicts:
The CustomResourceDefinition "prometheuses.monitoring.coreos.com" is invalid: metadata.annotations: Too long: must have at most 262144 bytes
kubectl apply -f 10_prometheusOperator_0prometheusCustomResourceDefinition.yaml --server-side --force-conflicts
Size:
-rw-r--r-- 1 user user 523K Oct 10 17:37 10_prometheusOperator_0prometheusCustomResourceDefinition.yaml
Deploying the Prometheus CRD seems to be too big to apply.
The apply work if it's done via server side apply together with --force-conflicts:
Size:
Steps to Reproduce the Problem
Actual Behavior
Can't be applied because of the size
Expected Behavior
Apply does work regular with ArgoCD