Skip to content

Commit a9c7fb7

Browse files
committed
feat(k8s): add troubleshooting index
1 parent 0a99e57 commit a9c7fb7

File tree

2 files changed

+64
-3
lines changed

2 files changed

+64
-3
lines changed

menu/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2149,6 +2149,10 @@
21492149
},
21502150
{
21512151
"items": [
2152+
{
2153+
"label": "Overview",
2154+
"slug": "../troubleshooting"
2155+
},
21522156
{
21532157
"label": "Configuring a SQL storage backend in Helm",
21542158
"slug": "configuring-sql-storage-backend-helm"
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 troubleshooting guidelines for Scaleway's Managed Kubernetes Kapsule and Kosmos products."
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="Scaleway Kapsule and Kosmos are managed Kubernetes services. "
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 feature"
50+
description="The Scaleway Kubernetes Kapsule autoheal feature is 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)