Merge pull request #1959 from mischief/kubelet-stage1

app-admin/kubelet-wrapper: fix stage1 reference
This commit is contained in:
Nick Owens 2016-05-13 10:27:40 -07:00
commit 8d6ccc81f2
2 changed files with 2 additions and 1 deletions

View File

@ -34,5 +34,6 @@ exec /usr/bin/rkt run \
--mount volume=run,target=/run \ --mount volume=run,target=/run \
--trust-keys-from-https \ --trust-keys-from-https \
$RKT_OPTS \ $RKT_OPTS \
--stage1-path=/usr/share/rkt/stage1-fly.aci \ --stage1-from-dir=stage1-fly.aci \
${KUBELET_ACI}:${KUBELET_VERSION} --exec=/kubelet -- "$@" ${KUBELET_ACI}:${KUBELET_VERSION} --exec=/kubelet -- "$@"