kubesphere icon indicating copy to clipboard operation
kubesphere copied to clipboard

devops-argo-applicationset-controller image cmd error

Open brook-w opened this issue 7 months ago • 2 comments

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 image image

brook-w avatar Nov 14 '23 10:11 brook-w

Not able to use Continuous deployment with kubesphere.

geowalrus4gh avatar Nov 17 '23 18:11 geowalrus4gh

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.

stale[bot] avatar Mar 17 '24 10:03 stale[bot]