Update index.md

add "." for the sentence
This commit is contained in:
Anthony
2017-08-15 14:50:47 +08:00
committed by Andrew Chen
parent b3513842ba
commit 5af8f6feae
@@ -50,7 +50,7 @@ If you're not working from the source tree, you could also download [`redis-pod.
Now let's fill the queue with some "tasks". In our example, our tasks are just strings to be Now let's fill the queue with some "tasks". In our example, our tasks are just strings to be
printed. printed.
Start a temporary interactive pod for running the Redis CLI Start a temporary interactive pod for running the Redis CLI.
```shell ```shell
$ kubectl run -i --tty temp --image redis --command "/bin/sh" $ kubectl run -i --tty temp --image redis --command "/bin/sh"