Merge pull request #20894 from mkulke/fix-services-without-selector-doc

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2016-02-09 11:26:07 -08:00
commit bb1f93f5ba

View File

@ -191,7 +191,7 @@ created. You can manually map the service to your own specific endpoints:
"subsets": [
{
"addresses": [
{ "IP": "1.2.3.4" }
{ "ip": "1.2.3.4" }
],
"ports": [
{ "port": 9376 }