04 2022 档案
摘要:官网 curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash 在/root/.bashrc添加source <(helm completion bash)用来自动补全 常用命令 # 增加源 h
阅读全文
摘要:k8s官网 debug文档 安装debug github下载 这报错是agentless模式网络受到限制,安装后需要设置为daemonset agent模式。daemonset无需安装在特定namepspace, 调试pod所在节点也需要安装nicolaka/netshoot:latest 改为ag
阅读全文