apiVersion: policy/v1 kind: PodDisruptionBudget metadata: name: k8s-pilot namespace: k8s-pilot spec: minAvailable: 1 selector: matchLabels: app: k8s-pilot