随笔分类 -  linux

摘要:helm部署redis-culster集群 安装helm wget https://repo.huaweicloud.com/helm/v3.8.0/helm-v3.8.0-linux-amd64.tar.gz tar -zxf helm-v3.8.0-linux-amd64.tar.gz mv l 阅读全文
posted @ 2022-09-22 16:50 DongGe丶 阅读(2528) 评论(0) 推荐(0)
摘要:go # !/bin/bash wget https://golang.google.cn/dl/go1.17.11.linux-amd64.tar.gz && tar -zxf go1.17.11.linux-amd64.tar.gz -C /usr/local echo #go >> /etc/ 阅读全文
posted @ 2022-09-19 17:06 DongGe丶 阅读(41) 评论(0) 推荐(0)