Merge pull request #1061 from ivan4th/fix-shell-vars

Fix shell special vars
This commit is contained in:
Matthew Mosesohn 2017-02-22 08:23:44 +03:00 committed by GitHub
commit 43ea281a7f
3 changed files with 3 additions and 3 deletions

View file

@ -25,4 +25,4 @@
-v {{kube_config_dir}}:{{kube_config_dir}}:ro \
{{ hyperkube_image_repo }}:{{ hyperkube_image_tag}} \
./hyperkube kubelet \
$@
"$@"

View file

@ -11,4 +11,4 @@
-v {{ calico_cert_dir }}:{{ calico_cert_dir }}:ro \
--memory={{ calicoctl_memory_limit|regex_replace('Mi', 'M') }} --cpu-shares={{ calicoctl_cpu_limit|regex_replace('m', '') }} \
{{ calicoctl_image_repo }}:{{ calicoctl_image_tag}} \
$@
"$@"

View file

@ -12,4 +12,4 @@
-v {{ canal_policy_dir }}:{{ canal_policy_dir }}:ro \
--memory={{ calicoctl_memory_limit|regex_replace('Mi', 'M') }} --cpu-shares={{ calicoctl_cpu_limit|regex_replace('m', '') }} \
{{ calicoctl_image_repo }}:{{ calicoctl_image_tag}} \
$@
"$@"