Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/self-hosted/kubernetes-troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ If the dashboard shows:

Please refer to the "[Updates](./kubernetes-maintenance.md#updates)" section in our maintenance guide.

#### Installer fails during update

If the kURL installer exits with the error message `Kurl has unhealthy Pod(s)` before starting the actual upgrade, it usually means
there are older pods stuck in an invalid state from previous runs. You can remove these with this command and try again:

```
kubectl delete pods --field-selector status.phase=Failed -n kurl
```

#### Generating a support bundle

You can generate a support bundle from the Replicated Management Console on port
Expand Down