Commit bb1f93f5 authored by k8s-merge-robot's avatar k8s-merge-robot

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

Auto commit by PR queue bot
parents 8ecea546 c1577b16
......@@ -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 }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment