From a5ebaa54ff525a28c4d18ec3e89e8821a6f30ab8 Mon Sep 17 00:00:00 2001 From: Jared Bischof Date: Thu, 29 Dec 2016 16:34:27 -0600 Subject: [PATCH] Headless service spec missing attribute The headless service spec example requires the attribute clusterIP: None. Without this, the service that is created is not headless and the two example pods will not be able to nslookup one another. --- docs/admin/dns.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/admin/dns.md b/docs/admin/dns.md index f7536249f4..01f54d9167 100644 --- a/docs/admin/dns.md +++ b/docs/admin/dns.md @@ -100,6 +100,7 @@ metadata: spec: selector: name: busybox + clusterIP: None ports: - name: foo # Actually, no port is needed. port: 1234