nfs-client-provisioner 安装

安装指定版本的nfs-client-provisioner

$helm repo add stable https://charts.helm.sh/stable
$helm repo update
$helm install nfs-client-provisioner stable/nfs-client-provisioner --version 1.2.8 --set nfs.server=192.168.1.105 --set nfs.path=/nfs/data/
出现报错信息:
Error: create: failed to create: Get https://[::1]:6443/api/v1/namespaces/default/resourcequotas: dial tcp [::1]:6443: connect: cannot assign requested address
或者:
Error: create: failed to create: Internal error occurred: resource quota evaluates timeout

解决方法:运行如下命令
swapoff --all
systemctl restart docker
systemctl restart kubelet
systemctl daemon-reload

helm添加https://kubernetes-charts.storage.googleapis.com 报错:原因
Old Location
stable https://kubernetes-charts.storage.googleapis.com
incubator https://kubernetes-charts-incubator.storage.googleapis.com
New Location
stable https://charts.helm.sh/stable
incubator https://charts.helm.sh/incubator

参考链接:
https://github.com/helm/charts/tree/master/stable/nfs-client-provisioner
https://helm.sh/blog/new-location-stable-incubator-charts/

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值