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
Install outside cluster: Harbor install on three VMs outside K8S Cluster, then configure containerd config berfore install cluster
Install inside cluster: Harbor install on K8S Cluster, then reconfigure containerd configuration of running Cluster. Recheck if need reconfigure container engine after install Harbor or not ?
Problem 2: Configure cluster node registry certificate
To resolve problem x509: certificate signed by unknown authority we have options
Solution 1 - config containerd using registry ca cert before start containerd
Solution 3 - using registry ca cert in system cert
Follow issue containerd/containerd#3071 we need put ca cert to folder /usr/local/share/ca-certificates before start containerd service, or after put ca cert we need restart containerd service.
Goals
Environment
Problem 1: Install Container Registry
Tools
Install methods:
Problem 2: Configure cluster node registry certificate
To resolve problem
x509: certificate signed by unknown authority
we have optionsSolution 1 - config containerd using registry ca cert before start containerd
Solution 2 - insecure registry
Solution 3 - using registry ca cert in system cert
Follow issue containerd/containerd#3071 we need put ca cert to folder
/usr/local/share/ca-certificates
before start containerd service, or after put ca cert we need restart containerd service.https://github.com/containerd/cri/blob/release/1.4/docs/registry.md#configure-registry-tls-communication
References
The text was updated successfully, but these errors were encountered: