# k8s测试用例 **Repository Path**: lijhgod/k8s-test-case ## Basic Information - **Project Name**: k8s测试用例 - **Description**: No description available - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-12-25 - **Last Updated**: 2023-10-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 备 # helm 子命令使用Tab键 helm completion bash > /cka/.helmrc echo "source ~/.helmrc" >> /cka/.bashrc source .bashrc # 添加helm源 helm repo add ali https://apphub.aliyuncs.com helm repo add github https://burdenbear.github.io/kube-charts-mirror # 第五章 pod docker pull hub.c.163.com/library/centos:latest docker pull nginx docker pull nginx:1.7.9 docker pull nginx:1.9 docker pull busybox docker pull alpine docker pull perl