Skip to content

Commit f2ef985

Browse files
authored
doc: add comment about the name match in the example
1 parent 7454622 commit f2ef985

File tree

1 file changed

+1
-0
lines changed
  • content/en/docs/concepts/services-networking

1 file changed

+1
-0
lines changed

content/en/docs/concepts/services-networking/service.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ where it's running, by adding an Endpoints object manually:
192192
apiVersion: v1
193193
kind: Endpoints
194194
metadata:
195+
# the name here should match the name of the Service
195196
name: my-service
196197
subsets:
197198
- addresses:

0 commit comments

Comments
 (0)