Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

This article applies Kubernetes 1.25 migration to the hivemq-operator helm chart.

According to the Kubernetes 1.25 migration , PodSecurityPolicy in the policy/v1beta1 API version will no longer be served in v1.25, and the PodSecurityPolicy admission controller will be removed. Kubernetes recommends to Migrate to Pod Security Admission or a 3rd party admission webhook.

At the moment we don't have an alternative to enforce security policies, so this should be considered a workaround. The workaround is to disable the PodSecurityPolicy. How to do it is explained in the instructions below.

\uD83D\uDCD8 Instructions

  1. Get the values from the Helm chart

    helm show values hivemq/hivemq-operator > my-values.yaml
  2. Disable the PSP

    global:
      rbac:
        pspEnabled: false
  3. Deploy the chart

    helm upgrade my-hivemq \
      --install hivemq/hivemq-operator \
      --values my-values.yaml \
      --namespace my-namespace

Filter by label

There are no items with the selected labels at this time.

  • No labels