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/content/en/docs/troubleshooting.md
+7-4
Original file line number
Diff line number
Diff line change
@@ -8,23 +8,26 @@ weight: 100
8
8
Welcome to the Keptn troubleshooting guide.
9
9
10
10
This guide will help you address common issues that you might encounter while using Keptn
11
-
for managing your workloads.
11
+
for managing your [workloads](https://kubernetes.io/docs/concepts/workloads/).
12
12
Below are some common problems and their solutions:
13
13
14
14
## Keptn is installed but it is not aware of my workloads
15
15
16
-
If you are facing an issue where Keptn is installed but does not seem to be aware of your workloads, follow these steps:
16
+
If you are facing an issue where Keptn is installed but does not seem to be aware of your
17
+
[workloads](https://kubernetes.io/docs/concepts/workloads/), follow these steps:
17
18
18
19
1. Ensure that the namespace you wish to target is [annotated correctly](https://lifecycle.keptn.sh/docs/install/install/#enable-klt-for-your-cluster).
19
-
2. Make sure your workloads (e.g., Deployment manifests) have the [three required annotations](https://lifecycle.keptn.sh/docs/implementing/integrate/#annotate-workloads).
20
+
2. Make sure your [workloads](https://kubernetes.io/docs/concepts/workloads/)
21
+
(e.g., Deployment manifests) have the [three required annotations](https://lifecycle.keptn.sh/docs/implementing/integrate/#annotate-workloads).
20
22
21
23
## Keptn is causing my pods to be pending
22
24
23
25
If your pods are stuck in a pending state and Keptn seems to be the cause, it might be due
24
26
to a pre-deployment task or evaluation.
25
27
Follow these steps:
26
28
27
-
The most probable reason is that a pre-deployment task in your workload is either failing or has not completed yet.
29
+
The most probable reason is that a pre-deployment task in your
30
+
[workload](https://kubernetes.io/docs/concepts/workloads/) is either failing or has not completed yet.
28
31
29
32
Failing pre-deployment evaluation tasks will prevent a pod from being scheduled.
0 commit comments