Update examples to not use old DNS names

This commit is contained in:
Tim Hockin
2015-07-23 10:13:57 -07:00
parent 4e1630d3a9
commit 89e9851ac5
5 changed files with 6 additions and 6 deletions

View File

@@ -171,7 +171,7 @@ $ kubectl logs dns-frontend
#### Note about default namespace
If you prefer not using namespace, then all your services can be addressed using `default` namespace, e.g. `http://dns-backend.default.cluster.local:8000`, or shorthand version `http://dns-backend:8000`
If you prefer not using namespace, then all your services can be addressed using `default` namespace, e.g. `http://dns-backend.default.svc.cluster.local:8000`, or shorthand version `http://dns-backend:8000`
### tl; dr;