Drew Michel
Drew Michel
Is the JSON API considered a DSL? I completely agree with replacing HQL with PromQL if it looks good. The challenge here might be maintaining this in Java when Prom...
The metrics in OpenCensus and OpenTelemetry all use the bucketed approach. From an integration perspective it would be easiest to adopt these in Heroic as opposed to a new format...
I had an internal user reach out to me today about wanting to use this feature.
Hi @ruiwen-zhao, I'm facing the same issue on GKE with OutOfpods/OutOfcpu. Below is the kubelet error with failing to create the mirror pod. ``` May 02 17:53:32 gke-*** kubelet[2254]: E0502...
@liggitt 💡 - I do, its injecting `imagePullSecrets`. Let me ignore these pods from the admission webhook. ``` pod.Spec.ImagePullSecrets = append(pod.Spec.ImagePullSecrets, corev1.LocalObjectReference{ Name: cfg.SecretName, }) ``` --- update 1: no...