You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the bug is.
The APIService for metrics server is marked v1beta1 wherease the metrics server deployment is v1. Which one is correct?
Expected Behavior
Mark both services as v1beta1 OR v1.
Actual Behavior
APIService is marked v1beta1
Metrics Server deployment is marked v1
A clear and concise description of what the bug is.
The APIService for metrics server is marked v1beta1 wherease the metrics server deployment is v1. Which one is correct?
Expected Behavior
Mark both services as v1beta1 OR v1.
Actual Behavior
APIService is marked v1beta1
Metrics Server deployment is marked v1
Steps to Reproduce the Problem
$>k get apiservice v1beta1.external.metrics.k8s.io -oyaml | grep v1beta1
app.kubernetes.io/name: v1beta1.external.metrics.k8s.io
name: v1beta1.external.metrics.k8s.io
version: v1beta1
$>kubectl get deploy keda-operator-metrics-apiserver -oyaml | grep v1
apiVersion: apps/v1
apiVersion: v1
Or view the source here: APIService:
charts/keda/templates/metrics-server/apiservice.yaml
Line 18 in 1b56809
Specifications
The text was updated successfully, but these errors were encountered: