summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCrazykev <crazykev@zju.edu.cn>2016-08-09 13:22:39 +0800
committerCrazykev <crazykev@zju.edu.cn>2016-08-17 14:17:01 +0800
commitd418f4b9b18b25cd03078b7d5068326861152267 (patch)
tree03f02a397d1d825ff9fa775cd79484f2259f0fbf
parent1420871bd108748c2e3a8ff4af36d077f548dae2 (diff)
typo: correct spell
Signed-off-by: Crazykev <crazykev@zju.edu.cn>
-rw-r--r--indexed-job.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexed-job.md b/indexed-job.md
index 2cd35e1c..432996d4 100644
--- a/indexed-job.md
+++ b/indexed-job.md
@@ -865,7 +865,7 @@ list of parameters. However, some popular base images do not include
`/bin/bash`. For example, `busybox` uses a compact `/bin/sh` implementation
that does not support array syntax.
-Kubelet does support [expanding varaibles without a
+Kubelet does support [expanding variables without a
shell](http://kubernetes.io/kubernetes/v1.1/docs/design/expansion.html). But it does not
allow for recursive substitution, which is required to extract the correct
parameter from a list based on the completion index of the pod. The syntax