Connect Image Registry
In page, let’s create a private image registry with the following fields:
- Registry
If your registry server uses the self-signed certificate, you should enable this field. This only means KubeVela could trust your registry. You also need to make sure the or containerd
in your cluster node trust this registry. refer to: .
- UseHTTP
If your registry needs authentication, you need must set the username and password. KubeVela will generate the secret and distribute it to all clusters.
How to use the image registry
Let’s follow the to create an application. After you input the image name, KubeVela will automatically identify the matched registries.