mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-27 12:31:23 +00:00
add rkt to GCI node e2e test images
Signed-off-by: Vishnu kannan <vishnuk@google.com>
This commit is contained in:
parent
bbc8183887
commit
968e7ebe1d
@ -3,3 +3,8 @@
|
||||
runcmd:
|
||||
- mount /tmp /tmp -o remount,exec,suid
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user