Browse Source

upgrade-api-version-for-PodDisruptionBudget (#9369)

pull/9381/head
Kay Yan 2 years ago
committed by GitHub
parent
commit
4701abff4c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions
  1. 2
      roles/kubernetes-apps/csi_driver/cinder/templates/cinder-csi-poddisruptionbudget.yml.j2
  2. 2
      roles/network_plugin/calico/templates/calico-typha.yml.j2
  3. 2
      roles/network_plugin/cilium/templates/hubble/cronjob.yml.j2

2
roles/kubernetes-apps/csi_driver/cinder/templates/cinder-csi-poddisruptionbudget.yml.j2

@ -1,4 +1,4 @@
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: cinder-csi-pdb

2
roles/network_plugin/calico/templates/calico-typha.yml.j2

@ -176,7 +176,7 @@ spec:
# This manifest creates a Pod Disruption Budget for Typha to allow K8s Cluster Autoscaler to evict
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: calico-typha

2
roles/network_plugin/cilium/templates/hubble/cronjob.yml.j2

@ -1,6 +1,6 @@
---
# Source: cilium/templates/hubble-generate-certs-cronjob.yaml
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: hubble-generate-certs

Loading…
Cancel
Save