Skip to content

Commit d7f3eeb

Browse files
authored
Adjust broken link in service.md
Adjust broken link in service.md
2 parents c7c8027 + cfccbdf commit d7f3eeb

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ variables and DNS.
429429
When a Pod is run on a Node, the kubelet adds a set of environment variables
430430
for each active Service. It supports both [Docker links
431431
compatible](https://docs.docker.com/userguide/dockerlinks/) variables (see
432-
[makeLinkVariables](https://releases.k8s.io/{{< param "githubbranch" >}}/pkg/kubelet/envvars/envvars.go#L49))
432+
[makeLinkVariables](https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/envvars/envvars.go#L72))
433433
and simpler `{SVCNAME}_SERVICE_HOST` and `{SVCNAME}_SERVICE_PORT` variables,
434434
where the Service name is upper-cased and dashes are converted to underscores.
435435

0 commit comments

Comments
 (0)