Starship helm charts is broken on Kubenetes 1.25 and newer version because of removing PSP #258
Labels
bug
Something isn't working as expected
devops
Ops during development, and issues related to managing and maintaining Starship in prod environment
needs-triage
Newly created issues that need assessment and find appropriate assignee
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
The text was updated successfully, but these errors were encountered: