Skip to content

Commit

Permalink
Merge pull request #106 from flatcar-linux/vbatts/rkt-quay
Browse files Browse the repository at this point in the history
kola: force rkt to use docker API for quay
  • Loading branch information
Dongsu Park authored Jun 3, 2020
2 parents cc4d1d4 + b34b721 commit f16f2e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kola/tests/kubernetes/controllerInstall.go
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ Environment=ETCD_ENDPOINTS=${ETCD_ENDPOINTS}
ExecStart=/usr/bin/rkt run --inherit-env --stage1-from-dir=stage1-fly.aci \
--volume=modules,kind=host,source=/lib/modules,readOnly=false \
--mount=volume=modules,target=/lib/modules \
--trust-keys-from-https quay.io/calico/node:v0.19.0
--trust-keys-from-https --insecure-options=image docker://quay.io/calico/node:v0.19.0
KillMode=mixed
Restart=always
TimeoutStartSec=0
Expand Down
2 changes: 1 addition & 1 deletion kola/tests/kubernetes/workerInstall.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Environment=ETCD_ENDPOINTS=${ETCD_ENDPOINTS}
ExecStart=/usr/bin/rkt run --inherit-env --stage1-from-dir=stage1-fly.aci \
--volume=modules,kind=host,source=/lib/modules,readOnly=false \
--mount=volume=modules,target=/lib/modules \
--trust-keys-from-https quay.io/calico/node:v0.19.0
--trust-keys-from-https --insecure-options=image docker://quay.io/calico/node:v0.19.0
KillMode=mixed
Restart=always
TimeoutStartSec=0
Expand Down

0 comments on commit f16f2e7

Please sign in to comment.