Skip to content

Commit 812b861

Browse files
committed
Markdown fixes
1 parent baaf3df commit 812b861

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/Manual/Deployment/Kubernetes/Troubleshooting.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,15 @@ There are two common causes for this.
7070
1) The `Pods` cannot be scheduled because there are not enough nodes available.
7171
This is usally only the case with a `spec.environment` setting that has a value of `Production`.
7272

73-
Solution: Add more nodes.
73+
Solution:
74+
Add more nodes.
75+
7476
1) There are no `PersistentVolumes` available to be bound to the `PersistentVolumeClaims`
7577
created by the operator.
7678

77-
Solution: Use `kubectl get persistentvolumes` to inspect the available `PersistentVolumes`
78-
and if needed, use the [`ArangoLocalStorage` operator](./StorageResource.md) to provision `PersistentVolumes`.
79+
Solution:
80+
Use `kubectl get persistentvolumes` to inspect the available `PersistentVolumes`
81+
and if needed, use the [`ArangoLocalStorage` operator](./StorageResource.md) to provision `PersistentVolumes`.
7982

8083
### When restarting a `Node`, the `Pods` scheduled on that node remain in `Terminating` state
8184

0 commit comments

Comments
 (0)