From 2dffd4663553d037ef60613047d7cbaf4f23d592 Mon Sep 17 00:00:00 2001 From: Piotr Siwczak Date: Tue, 2 May 2017 14:40:24 -0700 Subject: [PATCH] Fixed typo in the dns name --- examples/cluster-dns/dns-frontend-pod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cluster-dns/dns-frontend-pod.yaml b/examples/cluster-dns/dns-frontend-pod.yaml index 443e4aa207f..b424478383a 100644 --- a/examples/cluster-dns/dns-frontend-pod.yaml +++ b/examples/cluster-dns/dns-frontend-pod.yaml @@ -11,6 +11,6 @@ spec: command: - python - client.py - - http://dns-backend.development.cluster.local:8000 + - http://dns-backend.development.svc.cluster.local:8000 imagePullPolicy: Always restartPolicy: Never