tadayosi commented on issue #3428: URL: https://github.com/apache/camel-k/issues/3428#issuecomment-1179962544
@bjethwan The below error suggests you should do `kubectl create -f` instead of `kubectl apply -f`. > **The CustomResourceDefinition "prometheuses.monitoring.coreos.com" is invalid: metadata.annotations: Too long: must have at most 262144 bytes** Could you try the following and see if it works? ``` $ kubectl delete -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/main/bundle.yaml $ kubectl create -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/main/bundle.yaml ``` If it works, we can just update our docs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
