# k8s_build **Repository Path**: tongxin-s/k8s_build ## Basic Information - **Project Name**: k8s_build - **Description**: 一个开源仓库的docker和helm chart build 脚本 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-12-01 - **Last Updated**: 2026-01-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### obsutils 使用 wget https://obs-community.obs.cn-north-1.myhuaweicloud.com/obsutil/current/obsutil_linux_amd64.tar.gz tar -zxvf obsutil_linux_amd64.tar.gz cd obsutil_linux_amd64 cd obsutil_linux_amd64_5.7.9/ chmod +x obsutil cp obsutil /usr/local/bin/ cd /root vi .obsutilconfig obsutil ls obs://openyuanrong/release/ \ | tail -n +2 | grep -v '/$' | grep -E '\.whl$|\.tar\.gz$ ### helm 仓添加 arm: wget https://get.helm.sh/helm-v3.19.3-linux-arm64.tar.gz x86: wget https://get.helm.sh/helm-v3.19.3-linux-amd64.tar.gz tar -xf helm-v3.19.3-linux-amd64.tar.gz mv linux-amd64/helm /usr/local/bin/ helm repo add yr https://openyuanrong.obs-website.cn-southwest-2.myhuaweicloud.com/charts