From 253ad5b3976ecd7028fb2c2505268d2d58b8f212 Mon Sep 17 00:00:00 2001 From: Jianfeng Li Date: Sat, 10 Feb 2018 06:11:52 +0800 Subject: [PATCH] fix some repeat problem (#7294) --- .../stateless-application/guestbook/frontend-deployment.yaml | 2 +- .../stateless-application/guestbook/redis-slave-deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/stateless-application/guestbook/frontend-deployment.yaml b/docs/tutorials/stateless-application/guestbook/frontend-deployment.yaml index 5aa2319369..f5f18f3089 100644 --- a/docs/tutorials/stateless-application/guestbook/frontend-deployment.yaml +++ b/docs/tutorials/stateless-application/guestbook/frontend-deployment.yaml @@ -28,7 +28,7 @@ spec: # provide a dns service. As of Kubernetes 1.3, DNS is a built-in # service launched automatically. However, if the cluster you are using # does not have a built-in DNS service, you can instead - # instead access an environment variable to find the master + # access an environment variable to find the master # service's host. To do so, comment out the 'value: dns' line above, and # uncomment the line below: # value: env diff --git a/docs/tutorials/stateless-application/guestbook/redis-slave-deployment.yaml b/docs/tutorials/stateless-application/guestbook/redis-slave-deployment.yaml index c54f2ec8d8..0807266d99 100644 --- a/docs/tutorials/stateless-application/guestbook/redis-slave-deployment.yaml +++ b/docs/tutorials/stateless-application/guestbook/redis-slave-deployment.yaml @@ -30,7 +30,7 @@ spec: # provide a dns service. As of Kubernetes 1.3, DNS is a built-in # service launched automatically. However, if the cluster you are using # does not have a built-in DNS service, you can instead - # instead access an environment variable to find the master + # access an environment variable to find the master # service's host. To do so, comment out the 'value: dns' line above, and # uncomment the line below: # value: env