wrap by note shortcodes (#9144)

This commit is contained in:
makocchi
2018-06-26 03:31:22 +09:00
committed by k8s-ci-robot
parent 80a4782a43
commit c063914ff9
2 changed files with 18 additions and 20 deletions
@@ -283,7 +283,8 @@ web-0
web-1
```
Note, if you instead see 403 Forbidden responses for the above curl command,
{{< note >}}
**Note:** if you instead see 403 Forbidden responses for the above curl command,
you will need to fix the permissions of the directory mounted by the `volumeMounts`
(due to a [bug when using hostPath volumes](https://github.com/kubernetes/kubernetes/issues/2630)) with:
@@ -292,6 +293,7 @@ for i in 0 1; do kubectl exec web-$i -- chmod 755 /usr/share/nginx/html; done
```
before retrying the curl command above.
{{< /note >}}
In one terminal, watch the StatefulSet's Pods.