mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
upgrade-api-version-for-PodDisruptionBudget (#9369)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
apiVersion: policy/v1beta1
|
apiVersion: policy/v1
|
||||||
kind: PodDisruptionBudget
|
kind: PodDisruptionBudget
|
||||||
metadata:
|
metadata:
|
||||||
name: cinder-csi-pdb
|
name: cinder-csi-pdb
|
||||||
|
|||||||
@@ -176,7 +176,7 @@ spec:
|
|||||||
|
|
||||||
# This manifest creates a Pod Disruption Budget for Typha to allow K8s Cluster Autoscaler to evict
|
# This manifest creates a Pod Disruption Budget for Typha to allow K8s Cluster Autoscaler to evict
|
||||||
|
|
||||||
apiVersion: policy/v1beta1
|
apiVersion: policy/v1
|
||||||
kind: PodDisruptionBudget
|
kind: PodDisruptionBudget
|
||||||
metadata:
|
metadata:
|
||||||
name: calico-typha
|
name: calico-typha
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
# Source: cilium/templates/hubble-generate-certs-cronjob.yaml
|
# Source: cilium/templates/hubble-generate-certs-cronjob.yaml
|
||||||
apiVersion: batch/v1beta1
|
apiVersion: batch/v1
|
||||||
kind: CronJob
|
kind: CronJob
|
||||||
metadata:
|
metadata:
|
||||||
name: hubble-generate-certs
|
name: hubble-generate-certs
|
||||||
|
|||||||
Reference in New Issue
Block a user