mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Markdown fixes
This commit is contained in:
parent
baaf3df656
commit
812b861be4
1 changed files with 6 additions and 3 deletions
|
@ -70,12 +70,15 @@ There are two common causes for this.
|
|||
1) The `Pods` cannot be scheduled because there are not enough nodes available.
|
||||
This is usally only the case with a `spec.environment` setting that has a value of `Production`.
|
||||
|
||||
Solution: Add more nodes.
|
||||
Solution:
|
||||
Add more nodes.
|
||||
|
||||
1) There are no `PersistentVolumes` available to be bound to the `PersistentVolumeClaims`
|
||||
created by the operator.
|
||||
|
||||
Solution: Use `kubectl get persistentvolumes` to inspect the available `PersistentVolumes`
|
||||
and if needed, use the [`ArangoLocalStorage` operator](./StorageResource.md) to provision `PersistentVolumes`.
|
||||
Solution:
|
||||
Use `kubectl get persistentvolumes` to inspect the available `PersistentVolumes`
|
||||
and if needed, use the [`ArangoLocalStorage` operator](./StorageResource.md) to provision `PersistentVolumes`.
|
||||
|
||||
### When restarting a `Node`, the `Pods` scheduled on that node remain in `Terminating` state
|
||||
|
||||
|
|
Loading…
Reference in a new issue