Use ecr registry for juju images on k8s controller
docker.io enforces harsh limits, use the ECR registry for juju images. Change-Id: Ibc808eaf99b40f197b7afbef315ee3d89af9a6a2
This commit is contained in:
parent
2129d237f6
commit
bea5825861
@ -147,7 +147,7 @@
|
||||
|
||||
- name: juju is bootstrapped on microk8s
|
||||
command:
|
||||
cmd: juju bootstrap --config bootstrap-timeout=600 microk8s microk8s
|
||||
cmd: juju bootstrap --config bootstrap-timeout=600 --config caas-image-repo="public.ecr.aws/juju" microk8s microk8s
|
||||
register: res
|
||||
retries: 3
|
||||
delay: 10
|
||||
|
Loading…
Reference in New Issue
Block a user