mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +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
|
#cloud-config
|
||||||
|
|
||||||
runcmd:
|
runcmd:
|
||||||
- mount /tmp /tmp -o remount,exec,suid
|
- sudo mount /tmp /tmp -o remount,exec,suid
|
||||||
- ETCD_VERSION=v2.2.5
|
- 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
|
- 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
|
- tar xzvf /tmp/etcd.tar.gz -C /tmp
|
||||||
- cp /tmp/etcd-${ETCD_VERSION}-linux-amd64/etcd* /tmp/
|
- cp /tmp/etcd-${ETCD_VERSION}-linux-amd64/etcd* /tmp/
|
||||||
- rm -rf /tmp/etcd-${ETCD_VERSION}-linux-amd64/
|
- rm -rf /tmp/etcd-${ETCD_VERSION}-linux-amd64/
|
||||||
|
- sudo usermod -a -G docker jenkins
|
||||||
|
@ -14,3 +14,6 @@ images:
|
|||||||
containervm:
|
containervm:
|
||||||
image: e2e-node-containervm-v20160321-image
|
image: e2e-node-containervm-v20160321-image
|
||||||
project: kubernetes-node-e2e-images
|
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