kubesphere
kubesphere copied to clipboard
devops-argo-applicationset-controller image cmd error
1. Env
- kubernetes 1.26.5
- kubesphere 3.4.1/3.4.0
- kubekey 3.0.13
2. ERROR
devops compoment error
image: argocd-applicationset-controller not have application-controller
cmd
...
containers:
- name: applicationset-controller
image: 'hub.instack.cloud/argoproj/argocd-applicationset:v0.4.1'
command:
- application-controller
- '--metrics-addr=:8080'
- '--probe-addr=:8081'
- '--namespace=argocd'
- '--argocd-repo-server=devops-argocd-repo-server:8081'
- '--policy=sync'
- '--debug=false'
- '--dry-run=false'
...
this command exec not success
beacuse not have application-controller
cmd
Not able to use Continuous deployment with kubesphere.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.