Merge pull request #11551 from a-robinson/docs

Improve syntax highlighting for design and devel docs
This commit is contained in:
Brian Grant
2015-07-19 08:45:54 -07:00
18 changed files with 116 additions and 125 deletions

View File

@@ -62,7 +62,7 @@ To facilitate recovery in the case of a crash of the updating process itself, we
Recovery is achieved by issuing the same command again:
```
```sh
kubectl rolling-update foo [foo-v2] --image=myimage:v2
```