fix wrong addresses for mysql-statefulset.yaml and gce-volume.yaml

This commit is contained in:
Marcel Corso
2017-05-05 13:40:19 +02:00
parent ca91dd2869
commit dd438bc3c6
2 changed files with 2 additions and 2 deletions
@@ -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" %}
@@ -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