You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.. details:: CustomResourceDefinition.apiextensions.k8s.io "prometheuses.monitoring.coreos.com" is invalid: metadata.annotations: Too long
101
109
102
-
robusta-runner
103
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
110
+
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.
111
+
112
+
.. image:: /images/Argocd_crd_issue_fix.png
113
+
:width:400
114
+
:align:center
115
+
116
+
.. details:: one or more objects failed to apply... CustomResourceDefinition.apiextensions.k8s.io "prometheusagents.monitoring.coreos.com" is invalid
117
+
118
+
This indicates potential discrepancies between the version of Prometheus you are trying to use and the version of the CRDs in your cluster.
119
+
120
+
Follow this guide for :ref:`upgrading CRDs from an older version <Manual Upgrade>`.
121
+
122
+
.. details:: CustomResourceDefinition.apiextensions.k8s.io "prometheuses.monitoring.coreos.com" is invalid
123
+
124
+
125
+
This indicates potential discrepancies between the version of Prometheus you are trying to use and the version of the CRDs in your cluster.
126
+
127
+
Follow this guide for :ref:`upgrading CRDs from an older version <Manual Upgrade>`.
128
+
129
+
Phase 3: Runtime Issues
130
+
^^^^^^^^^^^^^^^^^^^^^^^
131
+
132
+
Issues after installation when pods are running but not working correctly.
133
+
134
+
**robusta-runner pod issues**
104
135
105
136
.. details:: robusta-runner pod is in Pending state due to memory issues
106
137
@@ -159,9 +190,7 @@ robusta-runner
159
190
160
191
If your Kubernetes cluster is behind an HTTP proxy or firewall, follow the instructions in :ref:`Deploying Behind Proxies` to ensure Robusta has the necessary access.
161
192
162
-
163
-
Prometheus
164
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
193
+
**Prometheus issues**
165
194
166
195
.. details:: Prometheus' pods are in Pending state due to memory issues
167
196
@@ -257,28 +286,3 @@ Alert Manager is not working
257
286
requests:
258
287
storage: 10Gi
259
288
260
-
261
-
CRD issues
262
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
263
-
264
-
.. details:: CustomResourceDefinition.apiextensions.k8s.io "prometheuses.monitoring.coreos.com" is invalid: metadata.annotations: Too long
265
-
266
-
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.
267
-
268
-
.. image:: /images/Argocd_crd_issue_fix.png
269
-
:width:400
270
-
:align:center
271
-
272
-
.. details:: one or more objects failed to apply... CustomResourceDefinition.apiextensions.k8s.io "prometheusagents.monitoring.coreos.com" is invalid
273
-
274
-
This indicates potential discrepancies between the version of Prometheus you are trying to use and the version of the CRDs in your cluster.
275
-
276
-
Follow this guide for :ref:`upgrading CRDs from an older version <Manual Upgrade>`.
277
-
278
-
.. details:: CustomResourceDefinition.apiextensions.k8s.io "prometheuses.monitoring.coreos.com" is invalid
279
-
280
-
281
-
This indicates potential discrepancies between the version of Prometheus you are trying to use and the version of the CRDs in your cluster.
282
-
283
-
Follow this guide for :ref:`upgrading CRDs from an older version <Manual Upgrade>`.
0 commit comments