You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default the image repo is docker hub, you can specify the image repo by the repo parameter: vela addon enable velaux repo=acr.kubevela.net
You can try to specify the acr.kubevela.net image registry as an alternative, It's maintained by KubeVela team, and we will upload/sync the built-in addon image for convenience.
but docker pull acr.kubevela.net/oamdev/velaux:v1.9.2 gives
Error response from daemon: Get "https://acr.kubevela.net/v2/": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2023-09-21T08:00:18Z is after 2023-05-24T23:59:59Z
do certificate of acr.kubevela.net need to renew or this repo is no longer maintained, in which case the reference needs to update.
The text was updated successfully, but these errors were encountered:
quote from official reference
but
docker pull acr.kubevela.net/oamdev/velaux:v1.9.2
givesdo certificate of
acr.kubevela.net
need to renew or this repo is no longer maintained, in which case the reference needs to update.The text was updated successfully, but these errors were encountered: