Skip to content

Commit b2ad76a

Browse files
author
lamai93
committed
Updated docs.
1 parent c41c9cf commit b2ad76a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

docs/Manual/Deployment/Kubernetes/DeploymentResource.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,10 @@ for each server of this group.
413413
This setting is not available for group `coordinators`, `syncmasters` & `syncworkers`
414414
because servers in these groups do not need persistent storage.
415415

416+
### `spec.<group>.priorityClassName: string`
417+
418+
Priority class name for pods of this group. Will be forwarded to the pod spec.
419+
416420
### `spec.<group>.probes.livenessProbeDisabled: bool`
417421

418422
If set to true, the operator does not generate a liveness probe for new pods belonging to this group.

manifests/templates/test/rbac.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ rules:
1212
- apiGroups: [""]
1313
resources: ["pods", "services", "persistentvolumes", "persistentvolumeclaims", "secrets", "serviceaccounts", "pods/log"]
1414
verbs: ["*"]
15-
- apiGroups: ["apps", "scheduling.k8s.io"]
16-
resources: ["daemonsets", "deployments", "priorityclasses"]
15+
- apiGroups: ["apps"]
16+
resources: ["daemonsets", "deployments"]
17+
verbs: ["*"]
18+
- apiGroups: ["scheduling.k8s.io"]
19+
resources: ["priorityclasses"]
1720
verbs: ["*"]
1821

1922
---

0 commit comments

Comments
 (0)