Skip to content

Commit

Permalink
Made some changes based on comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pavangudiwada committed Dec 16, 2024
1 parent 1daa772 commit ef9abd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/help.rst
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ CRD issues

.. details:: CustomResourceDefinition.apiextensions.k8s.io "prometheuses.monitoring.coreos.com" is invalid: metadata.annotations: Too long

This is often a CRD issue which can be fixed by enabling service-side apply option as shown below. Check out `this blog <https://blog.ediri.io/kube-prometheus-stack-and-argocd-25-server-side-apply-to-the-rescue>`_ to learn more.
This is often a CRD issue which can be fixed by enabling server-side apply option as shown below. Check out `this blog <https://blog.ediri.io/kube-prometheus-stack-and-argocd-25-server-side-apply-to-the-rescue>`_ to learn more.

.. image:: /images/Argocd_crd_issue_fix.png
:width: 400
Expand Down
2 changes: 1 addition & 1 deletion docs/setup-robusta/gitops/argocd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Finally, run ``robusta logs`` from your cli and make sure there is no error.

On some Robusta versions, the sync might fail with ``CustomResourceDefinition.apiextensions.k8s.io “prometheuses.monitoring.coreos.com” is invalid: metadata.annotations: Too long: must have at most 262144 bytes``.

To solve it, use the workaround proposed :ref:`here <CRD Issues>`.
To solve it, use the workaround proposed `here <https://blog.ediri.io/kube-prometheus-stack-and-argocd-25-server-side-apply-to-the-rescue>`_.


Configure ArgoCD Declaratively
Expand Down

0 comments on commit ef9abd5

Please sign in to comment.