/
Helm Chart installation fails with error "no matches for kind "PodSecurityPolicy" in version "policy/v1beta1""
Helm Chart installation fails with error "no matches for kind "PodSecurityPolicy" in version "policy/v1beta1""
Problem
When trying to install HiveMQ using Helm Charts, you face the following error
Error: unable to build kubernetes objects from release manifest:
resource mapping not found for name: "hivemq-hivemq-operator" namespace: "default" from "":
no matches for kind "PodSecurityPolicy" in version "policy/v1beta1"
ensure CRDs are installed first
Solution
This happens because PodSecurityPolicy
in the policy/v1beta1 API version is no longer be available in K8s v1.25 and later.
Please use the steps mentioned in https://hivemq.atlassian.net/servicedesk/customer/portal/1/article/2348744937 to resolve the issue.
Related articles
, multiple selections available,
Related content
HiveMQ platform operator pod fails to start
HiveMQ platform operator pod fails to start
More like this
How to Configure Pod Node-Affinity for HiveMQ Platform (new) on Kubernetes
How to Configure Pod Node-Affinity for HiveMQ Platform (new) on Kubernetes
More like this
How to Configure Pod Anti-Affinity for HiveMQ Platform (new) on Kubernetes
How to Configure Pod Anti-Affinity for HiveMQ Platform (new) on Kubernetes
More like this
Configuring the HiveMQ Platform for One Pod per Kubernetes Node
Configuring the HiveMQ Platform for One Pod per Kubernetes Node
More like this
HiveMQ license and Argo CD Vault Plugin Helm | HiveMQ Platform Operator (new)
HiveMQ license and Argo CD Vault Plugin Helm | HiveMQ Platform Operator (new)
More like this
Configuring Private Docker Image Access for HiveMQ Platform Operator
Configuring Private Docker Image Access for HiveMQ Platform Operator
More like this