Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Add Troubleshooting entry for mount failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Apr 18, 2024
1 parent d5c1a99 commit 42d16c6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,15 @@ excellent tutorial.

## Troubleshooting

### `parsl-init-script` ConfigMap fails to mount

```bash
MountVolume.SetUp failed for volume "parsl-init-script-volume" : object "qgnet"/"parsl-init-script" not registered
```

Only occurs when also mounting a PVC. _TODO: How to resolve?_


### Cleaning up failed parsl pods

Some failure states result in pods getting stuck in a restart loop that do not
Expand All @@ -137,6 +146,7 @@ To remove a pod that is stuck:
kubectl delete pod {pod-name}
```


### File not found error starting Rancher Desktop

You must have a valid `$KUBECONFIG` path. Paths including `~` or paths to files which do
Expand Down

0 comments on commit 42d16c6

Please sign in to comment.