Ludovic Juaneda
Ludovic Juaneda
when if the pod will fit any of the given nodes at https://github.com/kubernetes-sigs/descheduler/blob/master/pkg/descheduler/evictions/evictions.go#L316 the nodes var should contain only the destination nodes, don't you think ?
@pb82 do you intend to add this feature in next release ?
also related to https://github.com/grafana-operator/grafana-operator/issues/333
the following trick worked for me : `` oc process -f /usr/share/openshift/hosted/metrics-deployer.yaml -v HAWKULAR_METRICS_HOSTNAME="hawkular-metrics.openshift-infra.svc.cluster.local,hawkular-metrics.example.com" -v MODE=refresh -v CONTINUE_ON_ERROR=true -v IGNORE_PREFLIGHT=true | oc create -f - `` it will refresh all...
By the way, it doesn't seems to bother the liveness probe ``` $ oc get pods hawkular-openshift-agent-8ffjs NAME READY STATUS RESTARTS AGE hawkular-openshift-agent-8ffjs 1/1 Running 0 17m ```
This doesn't work with OSCP version 3.5 : ``` $ oc -n openshift-infra get secret | grep hawkular-metrics hawkular-metrics-account Opaque 2 186d hawkular-metrics-certificate Opaque 2 186d hawkular-metrics-secrets Opaque 9 186d...
@pb82 @HubertStefanski is there a clear status on the jsonnet library support ? what is the purpose of Grafana.spec.jsonnet.libraryLabelSelector ? I'm also trying to migrate from v4 and I was...