Starship bundles pod security policy in Kube prometheus stack which uses PSP.
When installing Starship on Kubenetes 1.25 or newer versions, Helm installation would hang and eventually timed out
because of not making progress.
To Reproduce
Steps to reproduce the behavior:
Download the newest version of Minikube 1.29 or newer.
Start minikube cluster minikube start
Install Starship with helm install my-starship tricorder-starship/starship
See that the installation hangs and eventually timed out
Expected behavior
Starship installation finished and Starship running fine
Describe the bug PodSecurityPolicy was deprecated in Kubernetes1.21, and has been removed in Kubernetes1.25
Starship bundles pod security policy in Kube prometheus stack which uses PSP. When installing Starship on Kubenetes 1.25 or newer versions, Helm installation would hang and eventually timed out because of not making progress.
To Reproduce Steps to reproduce the behavior:
minikube start
helm install my-starship tricorder-starship/starship
Expected behavior Starship installation finished and Starship running fine
Screenshots
Additional context None