明明默认的https的方式可以访问,为什么非要用http呢。那是因为使用nginx-ingress进行代理的时候,是通过http的方式代理到后端的。
如何把https改为http的方法很简单,官方文档有说明只需要添加一个参数。
argo --secure=false
编辑yaml文件
不知道为什么最后变成了这个样子。
command:
- argo
args:
- server
- '--secure=false'
- '--namespaced'
- '--auth-mode'
- server
- '--auth-mode'
- client

查看容器启动命令
