回顾安装 https://www.jianshu.com/p/8d506809ae5b
argo使用
gitlab有认证的的repo
1、在argo中添加gitlab认证
实验用的demo:https://github.com/argoproj/argocd-example-apps

image.png

image.png

image.png

image.png
2、创建app

image.png

image.png
上面做完后,就点创建

image.png
这是成功发布的效果

image.png
在k8s中查看
kubectl get pod -n runner

image.png
到此实验全部结束