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
Copy file name to clipboardExpand all lines: docs/toolhive/guides-k8s/deploy-operator-helm.md
+24-6Lines changed: 24 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -246,7 +246,8 @@ configured during installation.
246
246
247
247
## Troubleshooting
248
248
249
-
### Authentication error with ghcr.io
249
+
<details>
250
+
<summary>Authentication error with ghcr.io</summary>
250
251
251
252
If you encounter an authentication error when pulling the Helm chart, it might
252
253
indicate a problem with your access to the GitHub Container Registry
@@ -259,7 +260,10 @@ your token has expired or been revoked.
259
260
See the GitHub documentation to
260
261
[re-authenticate to the registry](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-with-a-personal-access-token-classic).
261
262
262
-
### Operator pod fails to start
263
+
</details>
264
+
265
+
<details>
266
+
<summary>Operator pod fails to start</summary>
263
267
264
268
If the operator pod is not starting or is in a `CrashLoopBackOff` state, check
265
269
the pod logs for error messages:
@@ -284,7 +288,10 @@ Common causes include:
284
288
resources available
285
289
- **Image pull issues**: Verify that the cluster can pull images from `ghcr.io`
286
290
287
-
### CRDs installation fails
291
+
</details>
292
+
293
+
<details>
294
+
<summary>CRDs installation fails</summary>
288
295
289
296
If the CRDs installation fails, you might see errors about existing resources or
0 commit comments