Skip to content

Commit 4de3f0e

Browse files
feat(k8s): add troubleshooting index (#4579)
* feat(k8s): add troubleshooting index * Update menu/navigation.json * Apply suggestions from code review Co-authored-by: Jessica <[email protected]> --------- Co-authored-by: Jessica <[email protected]>
1 parent 3ecedfe commit 4de3f0e

File tree

1 file changed

+60
-3
lines changed

1 file changed

+60
-3
lines changed
Lines changed: 60 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,65 @@
11
---
22
meta:
33
title: Kubernetes - Troubleshooting
4-
description: Kubernetes troubleshooting
4+
description: Find troubleshooting resources for resolving issues with Kubernetes.
55
content:
6-
h1: Kubernetes - Troubleshooting
7-
paragraph: Kubernetes troubleshooting
6+
paragraph: Find troubleshooting resources for resolving issues with Kubernetes.
7+
dates:
8+
posted: 2025-03-10
9+
categories:
10+
- serverless
811
---
12+
13+
<ProductHeader
14+
productName="Kubernetes troubleshooting"
15+
productLogo="k8sKapsule"
16+
description="Discover how to solve the most common issues for Scaleway's Kubernetes Kapsule and Kosmos."
17+
/>
18+
19+
## Featured Pages
20+
21+
<Grid>
22+
<DefaultCard
23+
title="Kubernetes FAQ"
24+
description="General info on Kubernetes products."
25+
url="/faq/kubernetes/"
26+
label="See more"
27+
/>
28+
<DefaultCard
29+
title="Kubernetes Cheatsheet"
30+
description="A handy cheatshet with the most common kubectl commands."
31+
url="/kubernetes/reference-content/kubernetes-cheatsheet/"
32+
label="See more"
33+
/>
34+
<DefaultCard
35+
title="Managed Kubernetes service definition"
36+
description="Detailed information on Kubernetes definitions, functioning, and responsibilities."
37+
url="/kubernetes/reference-content/managed-kubernetes-service-definition/"
38+
label="See more"
39+
/>
40+
</Grid>
41+
<Grid>
42+
<DefaultCard
43+
title="Kubernetes version support policy"
44+
description="Learn about Scaleway's Kubernetes version support policy."
45+
url="/kubernetes/reference-content/version-support-policy/"
46+
label="See more"
47+
/>
48+
<DefaultCard
49+
title="Scaleway Kubernetes Kapsule autoheal"
50+
description="A feature designed to automatically detect and recover from failures within a Kubernetes cluster."
51+
url="/kubernetes/reference-content/using-kapsule-autoheal-feature/"
52+
label="See more"
53+
/>
54+
<DefaultCard
55+
title="Kubernetes - Videos"
56+
description="Learn how to get started with your Kubernetes cluster by following our video tutorials."
57+
url="/kubernetes/videos/"
58+
label="See more"
59+
/>
60+
</Grid>
61+
62+
## Kubernetes troubleshooting pages
63+
64+
- [Configuring a SQL storage backend in Helm on Scaleway Kubernetes Kapsule](/kubernetes/troubleshooting/configuring-sql-storage-backend-helm/)
65+
- [Containers are not starting on ARM Instances](/kubernetes/troubleshooting/containers-not-starting-arm-instances/)

0 commit comments

Comments
 (0)