当前位置: 首页 > backend >正文

liinux系统安装Helm

github地址:helm github地址

[root@ip-172-31-26-146 chart]# export HELM_VERSION="v3.18.0" 
[root@ip-172-31-26-146 chart]# wget https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz
--2025-05-20 08:52:30--  https://get.helm.sh/helm-v3.18.0-linux-amd64.tar.gz-linux-amd64.tar.gz
Resolving get.helm.sh (get.helm.sh)... 13.107.246.40, 2620:1ec:bdf::40
Connecting to get.helm.sh (get.helm.sh)|13.107.246.40|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 17813910 (17M) [application/x-tar]
Saving to: ‘helm-v3.18.0-linux-amd64.tar.gz’helm-v3.18.0-linux- 100%[===================>]  16.99M  30.3MB/s    in 0.6s    2025-05-20 08:52:30 (30.3 MB/s) - ‘helm-v3.18.0-linux-amd64.tar.gz’ saved [17813910/17813910]
[root@ip-172-31-26-146 chart]# tar -xf helm-v3.18.0-linux-amd64.tar.gz 
[root@ip-172-31-26-146 chart]# ls
helm-v3.18.0-linux-amd64.tar.gz  linux-amd64
[root@ip-172-31-26-146 chart]# mv linux-amd64/helm /usr/local/bin/helm
[root@ip-172-31-26-146 chart]# chmod +x /usr/local/bin/helm
[root@ip-172-31-26-146 chart]# helm version
failed to load plugins: both platformCommand and command are set in "/root/.local/share/helm/plugins/helm-secrets/plugin.yaml"
version.BuildInfo{Version:"v3.18.0", GitCommit:"cc58e3f5a3aa615c6a86275e6f4444b5fdd3cc4e", GitTreeState:"clean", GoVersion:"go1.24.3"}
[root@ip-172-31-26-146 chart]# helm create parasail-miner-server                                     
failed to load plugins: both platformCommand and command are set in "/root/.local/share/helm/plugins/helm-secrets/plugin.yaml"
Creating parasail-miner-server
http://www.xdnf.cn/news/7763.html

相关文章:

  • 系统数据对接-从获取到处理的全流程
  • PH热榜 | 2025-05-20
  • Ubuntu24.04安装Dify
  • YOLO中model.predict方法返回内容Results详解
  • 智能笔记助手-NotepadAI使用指南
  • 【大模型面试每日一题】Day 24:假设训练资源有限,如何在模型参数量、训练数据量和训练时长三者间做权衡?
  • MySQL之数据库基础知识,库和表的操作以及基础数据类型
  • Paillier加密方案的原理、实现与应用(dev)
  • Cribl 使用Function 的实际例子-02
  • MinerU可视化界面程序部署(Windows环境)
  • HarmonyOS5云服务技术分享--退出登录文档问题
  • Jenkins安装和配置
  • 无人机精准降落与避障模块技术解析
  • ZYNQ Cache一致性问题解析与实战:从原理到创新优化
  • SAGE:基于SAM进行二级蒸馏的多模态图像融合新方法,CVPR2025
  • 测试概念
  • 嵌入式项目之交叉编译m2440篇
  • 基于望获操作系统的具身智能人形机器人典型应用案例
  • CompleteableFuture的异步任务编排
  • python读写bin文件
  • 《算法笔记》11.7小节——动态规划专题->背包问题 问题 C: 货币系统
  • SCAU18923--二叉树的直径
  • NC65联查单据问题总结
  • 宽带卫星通信介绍
  • 今日行情明日机会——20250520
  • 基于双通道频谱分析的振动信号故障诊断1
  • 波峰波谷策略
  • 野火鲁班猫(arrch64架构debian)从零实现用MobileFaceNet算法进行实时人脸识别(三)用yolov5-face算法实现人脸检测
  • 【BIO、NIO、AIO的区别?】
  • 【嵌入式】I2S音频接口3分钟入门