Merge pull request #3583 from weaveworks/addr-add-dot

Add a dot to make DNS names absolute
This commit is contained in:
Bryan Boreham
2019-04-08 16:38:23 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ spec:
- '--probe.kubernetes=true'
- '--probe.cri=true'
- '--probe.cri.endpoint=unix:///var/run/crio/crio.sock'
- 'weave-scope-app.weave.svc.cluster.local:80'
- 'weave-scope-app.weave.svc.cluster.local.:80'
env:
- name: KUBERNETES_NODENAME
valueFrom:
+1 -1
View File
@@ -30,7 +30,7 @@ spec:
- '--probe.kubernetes.role=host'
- '--probe.docker.bridge=docker0'
- '--probe.docker=true'
- 'weave-scope-app.weave.svc.cluster.local:80'
- 'weave-scope-app.weave.svc.cluster.local.:80'
image: weaveworks/scope:1.10.2
imagePullPolicy: IfNotPresent
resources: