Skip to content

Commit 0b6c204

Browse files
author
Tim Bannister
committed
Redo naming in Service concept
Write “primary” in place of “master”.
1 parent bad7e81 commit 0b6c204

File tree

1 file changed

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

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -503,18 +503,18 @@ It also supports variables (see [makeLinkVariables](https://github.com/kubernete
503503
that are compatible with Docker Engine's
504504
"_[legacy container links](https://docs.docker.com/network/links/)_" feature.
505505

506-
For example, the Service `redis-master` which exposes TCP port 6379 and has been
506+
For example, the Service `redis-primary` which exposes TCP port 6379 and has been
507507
allocated cluster IP address 10.0.0.11, produces the following environment
508508
variables:
509509

510510
```shell
511-
REDIS_MASTER_SERVICE_HOST=10.0.0.11
512-
REDIS_MASTER_SERVICE_PORT=6379
513-
REDIS_MASTER_PORT=tcp://10.0.0.11:6379
514-
REDIS_MASTER_PORT_6379_TCP=tcp://10.0.0.11:6379
515-
REDIS_MASTER_PORT_6379_TCP_PROTO=tcp
516-
REDIS_MASTER_PORT_6379_TCP_PORT=6379
517-
REDIS_MASTER_PORT_6379_TCP_ADDR=10.0.0.11
511+
REDIS_PRIMARY_SERVICE_HOST=10.0.0.11
512+
REDIS_PRIMARY_SERVICE_PORT=6379
513+
REDIS_PRIMARY_PORT=tcp://10.0.0.11:6379
514+
REDIS_PRIMARY_PORT_6379_TCP=tcp://10.0.0.11:6379
515+
REDIS_PRIMARY_PORT_6379_TCP_PROTO=tcp
516+
REDIS_PRIMARY_PORT_6379_TCP_PORT=6379
517+
REDIS_PRIMARY_PORT_6379_TCP_ADDR=10.0.0.11
518518
```
519519

520520
{{< note >}}

0 commit comments

Comments
 (0)