website icon indicating copy to clipboard operation
website copied to clipboard

Provide a document to describe how to reuse the existing Argo CD

Open LinuxSuRen opened this issue 3 years ago • 3 comments

KubeSphere DevOps v3.3.0 be able to reuse the existing Argo CD instance if users don't want to install it again. Please follow these steps:

  • Please make sure you have installed Argo CD in the default namespace: argocd
  • Change the configuration of the ClusterConfiguration aka cc
    • You can find it from the namespace kubesphere-system
    • Set spec.devops.argocd.installation to be custom. See also details.
  • Please change .spec.devops.argocd.namespace to the real namespace of your Argo CD instance if it's not in the default namespace

/area devops

LinuxSuRen avatar Jun 27 '22 09:06 LinuxSuRen

It works! Btw, ClusterConfiguration should be found under namespace kubesphere-system. :)

webup avatar Jun 27 '22 13:06 webup

It works! Btw, ClusterConfiguration should be found under namespace kubesphere-system. :)

Yes, thanks for your correction.

LinuxSuRen avatar Jun 28 '22 01:06 LinuxSuRen

/area devops

LinuxSuRen avatar Jul 07 '22 01:07 LinuxSuRen