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

Not able to install using kubernetes #246

Closed
deepakagra opened this issue Dec 17, 2022 · 6 comments · Fixed by #250
Closed

Not able to install using kubernetes #246

deepakagra opened this issue Dec 17, 2022 · 6 comments · Fixed by #250
Labels
bug Something isn't working
Projects

Comments

@deepakagra
Copy link

Bug description

Not able to install using kubernetes/helm.

To Reproduce

  1. I am following https://hubblo-org.github.io/scaphandre-documentation/tutorials/kubernetes.html
  2. helm install scaphandre helm/scaphandre is giving following error
    Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "PodSecurityPolicy" in version "policy/v1beta1"

Expected behavior

scaphandre should get installed

Environment

minikube version: v1.28.0
Ubuntu 22.04.1 LTS
$ uname -r
5.15.0-1026-aws
Client: Docker Engine - Community
Version: 20.10.22

@deepakagra deepakagra added the bug Something isn't working label Dec 17, 2022
@bpetit bpetit added this to Triage in General Dec 18, 2022
@mmadoo
Copy link
Contributor

mmadoo commented Dec 19, 2022

PodSecurityPolicy as been removed in k8S 1.25. cf https://kubernetes.io/docs/concepts/security/pod-security-policy/

Our cluster uses k8s 1.23, so I am unable to test a potential fix.

@rossf7
Copy link
Contributor

rossf7 commented Jan 3, 2023

@deepakagra @mmadoo Yes, PSPs were removed in k8s 1.25 #250 has a fix for that.

@bpetit bpetit moved this from Triage to To do in General Feb 8, 2023
@bpetit bpetit linked a pull request May 11, 2023 that will close this issue
@bpetit bpetit moved this from To do to In progress in General May 11, 2023
@bpetit
Copy link
Contributor

bpetit commented May 18, 2023

Hi,

@deepakagra @mmadoo could you try the helm config that is in dev since @rossf7 's PR is merged, then give feedback ?

Thanks !

@mmadoo
Copy link
Contributor

mmadoo commented May 22, 2023

Sorry, our cluster uses k8s 1.24, so I am unable to test if this issue is fixed

@bpetit
Copy link
Contributor

bpetit commented Jul 24, 2023

Hi !

Sorry about that @mmadoo.

@deepakagra what about your use case ?

@bpetit
Copy link
Contributor

bpetit commented Aug 11, 2023

Closing until someone speaks up :)

@bpetit bpetit closed this as completed Aug 11, 2023
General automation moved this from In progress to Done Aug 11, 2023
@bpetit bpetit moved this from Done to Previous releases in General Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
General
Previous releases
Development

Successfully merging a pull request may close this issue.

4 participants