mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-22 15:09:39 +00:00
add rkt to GCI node e2e test images
Signed-off-by: Vishnu kannan <vishnuk@google.com>
This commit is contained in:
@@ -3,3 +3,8 @@
|
|||||||
runcmd:
|
runcmd:
|
||||||
- mount /tmp /tmp -o remount,exec,suid
|
- mount /tmp /tmp -o remount,exec,suid
|
||||||
- usermod -a -G docker jenkins
|
- usermod -a -G docker jenkins
|
||||||
|
- mkdir -p /home/kubernetes/bin/
|
||||||
|
- mount -B /home/kubernetes/bin /home/kubernetes/bin
|
||||||
|
- mount -B -o remount,exec /home/kubernetes/bin
|
||||||
|
- wget https://storage.googleapis.com/kubernetes-release/rkt/rkt-v1.17.0 -O /home/kubernetes/bin/rkt
|
||||||
|
- chmod a+x /home/kubernetes/bin/rkt
|
||||||
|
Reference in New Issue
Block a user