doc: add comment about the name match in the example
This commit is contained in:
committed by
GitHub
parent
7454622a18
commit
f2ef9858a3
@@ -192,6 +192,7 @@ where it's running, by adding an Endpoints object manually:
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Endpoints
|
kind: Endpoints
|
||||||
metadata:
|
metadata:
|
||||||
|
# the name here should match the name of the Service
|
||||||
name: my-service
|
name: my-service
|
||||||
subsets:
|
subsets:
|
||||||
- addresses:
|
- addresses:
|
||||||
|
|||||||
Reference in New Issue
Block a user