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

PodSecurityPolicy In Grafana Dependency #1568

Open
BenjaminDavison opened this issue Feb 26, 2023 · 1 comment · Fixed by #1587
Open

PodSecurityPolicy In Grafana Dependency #1568

BenjaminDavison opened this issue Feb 26, 2023 · 1 comment · Fixed by #1587
Assignees
Labels
kind/bug Something isn't working

Comments

@BenjaminDavison
Copy link

What happened:

PodSecurityPolicy are currently still present in the Grafana helm chart Open Match relies on. Updating to later version should fix it.

helm install open-match --create-namespace --namespace open-match `
>> --set open-match-telemetry.enabled=true `
>> --set open-match-customize.enabled=true `
>> --set global.telemetry.grafana.enabled=true `
>> --set global.telemetry.jaeger.enabled=true `
>> --set global.telemetry.prometheus.enabled=true `
Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: [resource mapping not found for name: "open-match-grafana" namespace: "" from "": no matches for kind "PodSecurityPolicy" in version "policy/v1beta1"
o matches for kind "PodSecurityPolicy" in version "policy/v1beta1"
ensure CRDs are installed first]

What you expected to happen:

Open-Match to install.

How to reproduce it (as minimally and precisely as possible):

Run:

helm install open-match --create-namespace --namespace open-match `
>> --set open-match-telemetry.enabled=true `
>> --set open-match-customize.enabled=true `
>> --set global.telemetry.grafana.enabled=true `
>> --set global.telemetry.jaeger.enabled=true `
>> --set global.telemetry.prometheus.enabled=true

Output of kubectl version:

Client Version: v1.26.1
Kustomize Version: v4.5.7

Cloud Provider/Platform (AKS, GKE, Minikube etc.):

Minikube

Open Match Release Version:

1.7.0

Install Method(yaml/helm):

Helm

@BenjaminDavison BenjaminDavison added the kind/bug Something isn't working label Feb 26, 2023
@joeholley
Copy link
Collaborator

@mridulji Can you have a look at what work would be required to update the grafana helm chart version? It's it's more than a simple version bump + validation, we'll likely sit on this for a while as we're evaluating moving from the grafana helm chart to the grafana operator.

@joeholley joeholley linked a pull request Jul 27, 2023 that will close this issue
@joeholley joeholley linked a pull request Aug 17, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
3 participants