首页 > 系统相关 >Linux 安装 helm

Linux 安装 helm

时间:2022-10-14 10:34:29浏览次数:38  
标签:linux amd64 安装 master01 Linux helm root calico

下载helm压缩包,地址   https://github.com/helm/helm/releases/tag/v3.10.1

选择适合自己操作系统的包

 

 

上传解压安装

 1 root@calico-master01:~# rz
 2 Sent - helm-v3.10.1-linux-amd64.tar.gz  3.37 MB/s Spend: 4 seconds
 3 root@calico-master01:~# ls
 4 helm-v3.10.1-linux-amd64.tar.gz  node_colico.tar  snap
 5 root@calico-master01:~# tar xvf helm-v3.10.1-linux-amd64.tar.gz 
 6 linux-amd64/
 7 linux-amd64/helm
 8 linux-amd64/LICENSE
 9 linux-amd64/README.md
10 root@calico-master01:~# vim linux-amd64/README.md 
11 root@calico-master01:~# 
12 root@calico-master01:~# 
13 root@calico-master01:~# mv linux-amd64/helm /usr/local/bin/helm
14 root@calico-master01:~# 
15 root@calico-master01:~# 
16 root@calico-master01:~# helm version
17 version.BuildInfo{Version:"v3.10.1", GitCommit:"9f88ccb6aee40b9a0535fcc7efea6055e1ef72c9", GitTreeState:"clean", GoVersion:"go1.18.7"}
18 root@calico-master01:~# 

 

标签:linux,amd64,安装,master01,Linux,helm,root,calico
From: https://www.cnblogs.com/ggborn-001/p/16790795.html

相关文章

  • 二.安装ifconfig命令
    二.安装ifconfig命令1、ifconfig命令是设置或显示网络接口的程序,可以显示出我们机器的网卡信息,可是有些时候最小化安装CentOS等Linux发行版的时候会默认不安装ifconfig等......
  • K8S and Rancher安装
    ========节点1===============================安装dockersudoyuminstall-yyum-utilsdevice-mapper-persistent-datalvm2sudoyum-config-manager--add-repohttp:/......
  • Linux日志文件/var/log详解
    以下介绍的是20个位于/var/log/目录之下的日志文件。其中一些只有特定版本采用,如dpkg.log只能在基于Debian的系统中看到。/var/log/messages—包括整体系统信息,其中也......
  • Java程序员必备:查看日志常用的linux命令
    前言趁周末,复习一下鸟哥的linux私房菜,看了文件内容查阅部分,做个笔记,哈哈,希望对你有帮助哦。catcat:由第一行开始显示文件所有内容参数说明​​cat[-AbEnTv]​​​​参数:......
  • Windows 安装 MySQL 5.7 x64 位
    下载地址:https://downloads.mysql.com/archives/installer/安装网站上只有x86没有x64位,之前下了x64的zip包,配置比较麻烦,其实这个x86包里面,已经包含了x64的包......
  • linux 中如何统计每一行所占的字符长度
     001、[root@pc1test3]#lstest.txt[root@pc1test3]#cattest.txt##测试数据addgadadfggddfg[root@pc1test3]#awk'{printlength}'test.txt425......
  • linux mysql定时备份存异地服务器
    参考资料帖子:https://blog.51cto.com/u_1472521/5108597https://blog.csdn.net/zhou920786312/article/details/123354503https://zhuanlan.zhihu.com/p/201086165http......
  • VMware虚拟机安装Android系统(转)
    一、首先我们先要准备好虚拟机和android系统安装包1、VMware下载:https://www.vmware.com/go/getworkstation-win激活码:ZF3R0-FHED2-M80TY-8QYGC-NPKYF2、Android系统下......
  • centos7 中manta软件的安装
     001、系统(base)[root@pc1~]#cat/etc/redhat-releaseCentOSLinuxrelease7.6.1810(Core) 002、下载安装包wgethttps://github.com/Illumina/manta/arc......
  • Redis labs 的安装
    Installandsetup ThisguideshowshowtoinstallRedisEnterpriseSoftware,whichincludesseveralsteps:PlanyourdeploymentDownloadthe installation......