mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
adding gci to node e2e
Signed-off-by: Vishnu kannan <vishnuk@google.com>
This commit is contained in:
parent
7e3246d415
commit
6c43028a29
@ -1,9 +1,10 @@
|
||||
#cloud-config
|
||||
|
||||
runcmd:
|
||||
- mount /tmp /tmp -o remount,exec,suid
|
||||
- sudo mount /tmp /tmp -o remount,exec,suid
|
||||
- ETCD_VERSION=v2.2.5
|
||||
- curl -L https://github.com/coreos/etcd/releases/download/${ETCD_VERSION}/etcd-${ETCD_VERSION}-linux-amd64.tar.gz -o /tmp/etcd.tar.gz
|
||||
- tar xzvf /tmp/etcd.tar.gz -C /tmp
|
||||
- cp /tmp/etcd-${ETCD_VERSION}-linux-amd64/etcd* /tmp/
|
||||
- rm -rf /tmp/etcd-${ETCD_VERSION}-linux-amd64/
|
||||
- sudo usermod -a -G docker jenkins
|
||||
|
@ -14,3 +14,6 @@ images:
|
||||
containervm:
|
||||
image: e2e-node-containervm-v20160321-image
|
||||
project: kubernetes-node-e2e-images
|
||||
gci-dev:
|
||||
image: gci-dev-53-8530-29-0
|
||||
project: google-containers
|
||||
|
Loading…
Reference in New Issue
Block a user