File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
docs/Manual/Deployment/Kubernetes Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -70,12 +70,15 @@ There are two common causes for this.
70701 ) 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+
74761 ) 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
You can’t perform that action at this time.
0 commit comments