Skip to content

Commit

Permalink
docs: DOC-1505 (#5003)
Browse files Browse the repository at this point in the history
(cherry picked from commit cc3d2aa)
  • Loading branch information
karl-cardenas-coding committed Dec 12, 2024
1 parent 7b061b5 commit 7ea8d13
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions docs/docs-content/integrations/harbor-edge-native-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,29 +237,6 @@ through the command-line.
5. Deploy the resources into the namespace. Since the namespace has the label `stylus.io/imageswap=disable`, the Palette
agent will pull the image from registiries you specify instead of from the Harbor registry.

## Troubleshooting

### Scenario - Harbor DB Pod Fails to Start

When you start a cluster with the Harbor pack, the **harbor-database** pod might fail to start and get stuck on the
**CrashLoopBackoff** state. It's possible that this is due to known issue with the Harbor pack related to file
permissions. The workaround is to delete the pod and a new pod will be automatically created.

#### Debug Steps

1. Issue the following command to identify the pods with names that start with `harbor-database`.

```shell
kubectl get pods --namespace harbor --output wide
```

2. Delete the pod you identified in the previous step. Replace `POD_NAME` with the name of the pods. If there are
multiple pods, use the command for each pod.

```shell
kubectl delete pod POD_NAME --namespace harbor
```

</TabItem>
</Tabs>

Expand All @@ -286,11 +263,6 @@ kubectl get pods --namespace harbor --output wide
kubectl delete pod POD_NAME --namespace harbor
```

### Scenario - Cluster Stuck in the Provisioning State

A cluster may get stuck in the provisioning state if it uses Longhorn as its storage layer. If this happens, remove the
cluster and try again.

</TabItem>
</Tabs>

Expand Down

0 comments on commit 7ea8d13

Please sign in to comment.