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 ...