Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.
This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Chart does not work in Kubernetes 1.25. PodDisruptionBudget v1beta is _removed_  #620

@dhinojosa

Description

@dhinojosa

The chart no longer works in 1.25
The chart should use Helm's Capabilities. object to determine the version of Kubernetes and make the right PodDisruptionBudget. The new reference is here: https://kubernetes.io/docs/tasks/run-application/configure-pdb/

I suspect this is what the new one should look like.

apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
  name: confluent-oss-cp-zookeeper-pdb
spec:
  minAvailable: 2
  selector:
    matchLabels:
      app: cp-zookeeper

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions