Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Starship helm charts is broken on Kubenetes 1.25 and newer version because of removing PSP #258

Open
nascentcore-eng opened this issue Mar 27, 2023 · 0 comments
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

Comments

@nascentcore-eng
Copy link
Contributor

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:

  1. Download the newest version of Minikube 1.29 or newer.
  2. Start minikube cluster minikube start
  3. Install Starship with helm install my-starship tricorder-starship/starship
  4. See that the installation hangs and eventually timed out

Expected behavior
Starship installation finished and Starship running fine

Screenshots
img_v2_2ca41dd1-ce30-4fca-83a2-a39f4ae8388g

Additional context
None

@nascentcore-eng nascentcore-eng added bug Something isn't working as expected needs-triage Newly created issues that need assessment and find appropriate assignee labels Mar 27, 2023
@nascentcore-eng nascentcore-eng added the devops Ops during development, and issues related to managing and maintaining Starship in prod environment label Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant