Skip to content
Snippets Groups Projects
Verified Commit 772cfa5b authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

feat(kube-system): Deploy PodDisruptionBudget for etcd

parent 1a0ad5b2
Branches
Tags v0.0.9
No related merge requests found
...@@ -8,3 +8,16 @@ spec: ...@@ -8,3 +8,16 @@ spec:
selector: selector:
matchLabels: matchLabels:
k8s-app: kube-dns k8s-app: kube-dns
---
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: etcd
namespace: kube-system
spec:
maxUnavailable: 1
selector:
matchLabels:
component: etcd
tier: control-plane
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment