-
Notifications
You must be signed in to change notification settings - Fork 350
Closed
Labels
enhancementNew feature or requestNew feature or requestkind/bugSomething isn't workingSomething isn't working
Milestone
Description
What happened:
Installing the helm chart with enabled telemetry, prometheus and grafana fails with the following error:
[unable to recognize "": no matches for kind "PodSecurityPolicy" in version "extensions/v1beta1", unable to recognize "": no matches for kind "DaemonSet" in version "extensions/v1beta1", unable to recognize "": no matches for kind "Deployment" in version "apps/v1beta2", unable to recognize "": no matches for kind "Deployment" in version "extensions/v1beta1"]
What you expected to happen:
Installation should succeed without any error
How to reproduce it (as minimally and precisely as possible):
Install newest minikube and kubernetes version and install open-match using the helm with enabled telemetry:
helm install --name open-match --namespace open-match open-match/open-match \
--set open-match-telemetry.enabled=true \
--set global.telemetry.prometheus.enabled=true \
--set global.telemetry.grafana.enabled=true
Anything else we need to know?:
Output of kubectl version
:
Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.2", GitCommit:"092fbfbf53427de67cac1e9fa54aaa09a28371d7", GitTreeState:"clean", BuildDate:"2021-06-16T12:59:11Z", GoVersion:"go1.16.5", Compiler:"gc", Platform:"windows/amd64"}
Server Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.2", GitCommit:"092fbfbf53427de67cac1e9fa54aaa09a28371d7", GitTreeState:"clean", BuildDate:"2021-06-16T12:53:14Z", GoVersion:"go1.16.5", Compiler:"gc", Platform:"linux/amd64"}
Cloud Provider/Platform (AKS, GKE, Minikube etc.):
minikube
Open Match Release Version:
1.2.0
Install Method(yaml/helm)::
helm
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestkind/bugSomething isn't workingSomething isn't working