Fix yaml paths. (#3648)

This commit is contained in:
Steve Perry
2017-05-04 19:28:01 -07:00
committed by GitHub
parent 0f881b20d7
commit ca91dd2869
3 changed files with 9 additions and 9 deletions
@@ -62,7 +62,7 @@ and a StatefulSet.
Create the ConfigMap from the following YAML configuration file:
```shell
kubectl create -f http://k8s.io/docs/tutorials/stateful-application/mysql-configmap.yaml
kubectl create -f http://k8s.io/docs/tasks/run-application/mysql-configmap.yaml
```
{% include code.html language="yaml" file="mysql-configmap.yaml" ghlink="/docs/tutorials/run-application/mysql-configmap.yaml" %}
@@ -82,7 +82,7 @@ based on information provided by the StatefulSet controller.
Create the Services from the following YAML configuration file:
```shell
kubectl create -f http://k8s.io/docs/tutorials/stateful-application/mysql-services.yaml
kubectl create -f http://k8s.io/docs/tasks/run-application/mysql-services.yaml
```
{% include code.html language="yaml" file="mysql-services.yaml" ghlink="/docs/tutorials/run-application/mysql-services.yaml" %}
@@ -108,7 +108,7 @@ writes.
Finally, create the StatefulSet from the following YAML configuration file:
```shell
kubectl create -f http://k8s.io/docs/tutorials/stateful-application/mysql-statefulset.yaml
kubectl create -f http://k8s.io/docs/docs/tasks/run-application/mysql-statefulset.yaml
```
{% include code.html language="yaml" file="mysql-statefulset.yaml" ghlink="/docs/tutorials/run-application/mysql-statefulset.yaml" %}