Will Varney

Results 4 comments of Will Varney

Hey @jonnymatts, It would good to expand this a little bit more. - What components do you want specifically? - Are you just expecting a `version: 1.0.0` label? It looks...

With the right logging tools we can also get the label as metadata on the logs for debugging purposes.

@jonnymatts So as an example for kube-dns on the deployment we'd have: ``` apiVersion: extensions/v1beta1 kind: Deployment metadata: name: kube-dns namespace: kube-system labels: k8s-app: kube-dns kubernetes.io/cluster-service: "true" addonmanager.kubernetes.io/mode: Reconcile kubedns_version:...

@swade1987 Okay so kube-dns would translate to the following: ``` kubedns_component_version: "1.14.5" kubedns_dnsmasq_component_version: "1.14.5" kubedns_sidecar_component_version: "1.14.5" ``` This also accounts for if dnsmasq is used elsewhere in the cluster as...