We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a56a71 commit 592d443Copy full SHA for 592d443
deploy-manage/deploy/cloud-on-k8s/pod-disruption-budget.md
@@ -102,6 +102,17 @@ spec:
102
node.roles: ["data_hot", "data_content", "ingest"]
103
node.store.allow_mmap: false
104
105
+apiVersion: policy/v1
106
+kind: PodDisruptionBudget
107
+metadata:
108
+ name: master-nodes-pdb
109
+spec:
110
+ minAvailable: 2 <2>
111
+ selector:
112
+ matchLabels:
113
+ elasticsearch.k8s.elastic.co/cluster-name: quickstart <3>
114
+ elasticsearch.k8s.elastic.co/statefulset-name: quickstart-es-master <4>
115
+
116
apiVersion: policy/v1
117
kind: PodDisruptionBudget
118
metadata:
0 commit comments