summaryrefslogtreecommitdiff
path: root/simple-rolling-update.md
diff options
context:
space:
mode:
authorBrian Grant <bgrant0607@users.noreply.github.com>2015-07-19 08:45:54 -0700
committerBrian Grant <bgrant0607@users.noreply.github.com>2015-07-19 08:45:54 -0700
commit43bfff4f73766effb63fb76f7ab81dafb1981308 (patch)
tree9c2d3271af8427a3f8d054b7184143313e7c4c5f /simple-rolling-update.md
parent4bef20df2177f38a04f0cab82d8d1ca5abe8be5c (diff)
parent33ff550b17290853b10e8106492b05d184c3b98e (diff)
Merge pull request #11551 from a-robinson/docs
Improve syntax highlighting for design and devel docs
Diffstat (limited to 'simple-rolling-update.md')
-rw-r--r--simple-rolling-update.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/simple-rolling-update.md b/simple-rolling-update.md
index be38f20e..d99e7b25 100644
--- a/simple-rolling-update.md
+++ b/simple-rolling-update.md
@@ -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
```