mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Merge pull request #20894 from mkulke/fix-services-without-selector-doc
Auto commit by PR queue bot
This commit is contained in:
commit
bb1f93f5ba
@ -191,7 +191,7 @@ created. You can manually map the service to your own specific endpoints:
|
|||||||
"subsets": [
|
"subsets": [
|
||||||
{
|
{
|
||||||
"addresses": [
|
"addresses": [
|
||||||
{ "IP": "1.2.3.4" }
|
{ "ip": "1.2.3.4" }
|
||||||
],
|
],
|
||||||
"ports": [
|
"ports": [
|
||||||
{ "port": 9376 }
|
{ "port": 9376 }
|
||||||
|
Loading…
Reference in New Issue
Block a user