helm 修改repo源 helm repo remove stable helm repo add stable https ...
helm 修改repo源 helm repo remove stable helm repo add stable https ...
chart构成 创建一个名为mychart的chart,查看文件结构 helm create mychart [root@k8s-master ~]# tree mychart/ mychart/ ├── charts ├── Chart.yaml ├── templates ...
1.1 EPEL 1.2 IUS 在kernel.org内,清楚地说明了IUS项目是干什么的: IUS is a community project t ...
1,保留rpm包 yum 安装时保留包至指定目录 编辑/etc/yum.conf 将keepcache的值设置为1; 2,使用插件 1,yum-plugin-downloadonly插件 2,yumdownloader 命令在软件包yum-utils 3,配置repo源 ...
kubebapps 支持添加私有的helm repo,基于http basic auth ,我们通过添加header 就可以了 备注 harbor helm 以及kubebapps 的搭建可以参考 https://www.cnblogs.com/rongfengliang/p ...
一、域名解析的配置文件 #vim /etc/resolv.conf ;generated by /sbin/dhclient-script search i300270.com nameserv ...
vi /etc/yum.repos.d/base.repo #编辑配置repo配置文件,如果没有则自动创建,没有影响 name=base //源名字,起什么名都没影响 baseurl=file:///mnt //file代表本地 ...
#helm repositories #默认谷歌的 需要翻墙 stable https://kubernetes-charts.storage.googleapis.com incubator https ...