File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
content/en/docs/concepts/services-networking Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -503,18 +503,18 @@ It also supports variables (see [makeLinkVariables](https://github.com/kubernete
503
503
that are compatible with Docker Engine's
504
504
" _[legacy container links](https://docs.docker.com/network/links/)_" feature.
505
505
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
507
507
allocated cluster IP address 10.0.0.11, produces the following environment
508
508
variables :
509
509
510
510
` ` ` 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
518
518
` ` `
519
519
520
520
{{< note >}}
You can’t perform that action at this time.
0 commit comments