mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
Replace label k8s-app: nodelocaldns in DaemonSet template by k8s-app: node-local-dns (#9745)
This commit is contained in:
@@ -9,11 +9,11 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
k8s-app: nodelocaldns
|
k8s-app: node-local-dns
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
k8s-app: nodelocaldns
|
k8s-app: node-local-dns
|
||||||
annotations:
|
annotations:
|
||||||
prometheus.io/scrape: 'true'
|
prometheus.io/scrape: 'true'
|
||||||
prometheus.io/port: '{{ nodelocaldns_prometheus_port }}'
|
prometheus.io/port: '{{ nodelocaldns_prometheus_port }}'
|
||||||
|
|||||||
@@ -9,11 +9,11 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
k8s-app: nodelocaldns-second
|
k8s-app: node-local-dns-second
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
k8s-app: nodelocaldns-second
|
k8s-app: node-local-dns-second
|
||||||
annotations:
|
annotations:
|
||||||
prometheus.io/scrape: 'true'
|
prometheus.io/scrape: 'true'
|
||||||
prometheus.io/port: '{{ nodelocaldns_secondary_prometheus_port }}'
|
prometheus.io/port: '{{ nodelocaldns_secondary_prometheus_port }}'
|
||||||
|
|||||||
Reference in New Issue
Block a user