安装环境
安装
创建命名空间:kubectl create namespace argocd
执行安装指令:kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
参考文档
Getting Started
微信扫一扫
创建命名空间:kubectl create namespace argocd
执行安装指令:kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
Getting Started
相关推荐