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:
Guillaume Boutry 2024-04-15 11:44:04 +02:00
parent 2129d237f6
commit bea5825861
No known key found for this signature in database
GPG Key ID: E95E3326872E55DE

View File

@ -147,7 +147,7 @@
- name: juju is bootstrapped on microk8s - name: juju is bootstrapped on microk8s
command: 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 register: res
retries: 3 retries: 3
delay: 10 delay: 10