Jesus Carrillo
Jesus Carrillo
Added prometheus exporter for the etcd-backup-operator.
Currently there's no exporter for the etcd-backup-operator. Creating this issue to link it to a PR.
## FEATURE REQUEST - As part of https://github.com/kubernetes/kubernetes/pull/39112 the tectonic installer is setting the node labels without value `node-role.kubernetes.io/master=""` this leads to an un-usable prometheus service discovery. Why is un-usable:...
My setup is as follows: - Tectonic Cluster - Nginx Controller v0.8.3 ```kind: DaemonSet apiVersion: extensions/v1beta1 metadata: name: nginx-ingress-controller namespace: kube-system labels: k8s-app: nginx-ingress-controller spec: selector: matchLabels: k8s-app: nginx-ingress-controller template:...
# Allow users to specify extra labels and annotations to pods and other k8s resources. This change allows users to set extra labels and annotations to pods and k8s resources....
## Current situation The helm chart does not allow adding extra labels to the resources it creates, in our clusters we have admission control and we require all resources to...
Hello, I'm trying to add a way to hot-reload kyverno-policy-reporter when the config file changes. I have an external process that generates slack-target configuration based of namespace labels, I've been...