mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-25 16:31:09 +02:00
Merge pull request #1959 from mischief/kubelet-stage1
app-admin/kubelet-wrapper: fix stage1 reference
This commit is contained in:
commit
8d6ccc81f2
@ -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 -- "$@"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user