From dd438bc3c61c040c5d59794ff0140493426e666b Mon Sep 17 00:00:00 2001 From: Marcel Corso Date: Fri, 5 May 2017 13:40:19 +0200 Subject: [PATCH] fix wrong addresses for mysql-statefulset.yaml and gce-volume.yaml --- .../run-application/run-replicated-stateful-application.md | 2 +- .../run-application/run-single-instance-stateful-application.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tasks/run-application/run-replicated-stateful-application.md b/docs/tasks/run-application/run-replicated-stateful-application.md index 2c08cb49c7..112508600e 100644 --- a/docs/tasks/run-application/run-replicated-stateful-application.md +++ b/docs/tasks/run-application/run-replicated-stateful-application.md @@ -108,7 +108,7 @@ writes. Finally, create the StatefulSet from the following YAML configuration file: ```shell -kubectl create -f http://k8s.io/docs/docs/tasks/run-application/mysql-statefulset.yaml +kubectl create -f http://k8s.io/docs/tasks/run-application/mysql-statefulset.yaml ``` {% include code.html language="yaml" file="mysql-statefulset.yaml" ghlink="/docs/tutorials/run-application/mysql-statefulset.yaml" %} diff --git a/docs/tasks/run-application/run-single-instance-stateful-application.md b/docs/tasks/run-application/run-single-instance-stateful-application.md index 8dfd41e752..2630c00d86 100644 --- a/docs/tasks/run-application/run-single-instance-stateful-application.md +++ b/docs/tasks/run-application/run-single-instance-stateful-application.md @@ -54,7 +54,7 @@ Next create a PersistentVolume that points to the `mysql-disk` disk just created. Here is a configuration file for a PersistentVolume that points to the Compute Engine disk above: -{% include code.html language="yaml" file="gce-volume.yaml" ghlink="/docs/docs/tasks/run-application/gce-volume.yaml" %} +{% include code.html language="yaml" file="gce-volume.yaml" ghlink="/docs/tasks/run-application/gce-volume.yaml" %} Notice that the `pdName: mysql-disk` line matches the name of the disk in the Compute Engine environment. See the