File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
docs/Manual/Deployment/Kubernetes Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -443,10 +443,18 @@ The default value is `8Gi`.
443443This setting is not available for group `coordinators`, `syncmasters` & `syncworkers`
444444because servers in these groups do not need persistent storage.
445445
446+ Please use VolumeClaimTemplate from now on. This field is not considered if
447+ VolumeClaimTemplate is set. Note however, that the information in requests
448+ is completely handed over to the pod in this case.
449+
446450# ## `spec.<group>.storageClassName: string`
447451
448452This setting specifies the `storageClass` for the `PersistentVolume`s created
449453for each server of this group.
450454
451455This setting is not available for group `coordinators`, `syncmasters` & `syncworkers`
452- because servers in these groups do not need persistent storage.
456+ because servers in these groups do not need persistent storage.
457+
458+ Please use VolumeClaimTemplate from now on. This field is not considered if
459+ VolumeClaimTemplate is set. Note however, that the information in requests
460+ is completely handed over to the pod in this case.
You can’t perform that action at this time.
0 commit comments