helm添加仓库提示:x509: certificate has expired or is not yet valid

背景

我使用命令helm repo add harbor https://helm.goharbor.io添加harbor仓库,但是提示:

Error: looks like "https://helm.goharbor.io" is not a valid chart repository or cannot be reached: Get "https://helm.goharbor.io/index.yaml": x509: certificate has expired or is not yet valid: current time 2022-11-27T11:06:25+08:00 is after 2021-09-30T14:01:15Z

我通过命令kubeadm certs check-expiration查看证书有效期,发现我的证书都是有效的,所以排除证书无效问题。我突然想起来之前安装calico的时候也存在类似问题,所以我猜想应该忽略https安全访问就好了,最终从网上找到了合适答案

解决办法

helm repo add 后面添加--insecure-skip-tls-verify,具体命令案例如下所示,然后就添加成功了

helm repo add --insecure-skip-tls-verify harbor https://helm.goharbor.io
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值