在已有k8s中安装的ks2.1.1,添加私有https的harbor仓库报错:Get https://11.10.96.242/v2/: x509: certificate signed by unknown authority 证书是自制的,这个怎么解决? 备注:在所有节点都是可以pull和push镜像到我的私有仓库的。
F-liuhui 自签的证书无法被信任,添加 http 的可以使用
@shaowenchen @hlwanghl 在 KubeSphere UI 添加 https 的 Harbor 密钥,我记得只能用正式签发的证书吧?
shaowenchen 请问怎们改成http http的来使用?
好的,了解了
F-liuhui 请问解决了么