Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitba540b8

Browse files
Updated installation wizard
1 parentf40b3b4 commitba540b8

File tree

1 file changed

+42
-13
lines changed

1 file changed

+42
-13
lines changed

‎_docs/integrations/argo-cd.md‎

Lines changed: 42 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -52,22 +52,40 @@ Answer the questions asked by the wizard. These include:
5252
* If you want to automatically import your ArgoCD applications to Codefresh
5353

5454
```
55-
kostis@cloudshell$ codefresh install gitops argocd-agent
55+
codefresh install gitops argocd-agent
56+
This installer will guide you through the Codefresh ArgoCD installation agent to integrate your ArgoCD with Codefresh
57+
? Select Kubernetes context mydemoAkscluster
5658
? Codefresh integration name argocd
57-
? Argo host, example: https://example.com https://36.87.134.111/
58-
? Do you want use argocd auth token instead username/password auth? No
59+
? Choose an authentication method Username and password
5960
? Argo username admin
60-
? Argo password ******************************
61-
Integration updated
62-
? Select Kubernetes context gke_codefresh-support_us-central1-c_kostis-argo
63-
? Select Kubernetes namespace argocd
64-
? Select argocd sync behavior please Do not import anything from Argo to Codefresh
65-
argocd-agent "ClusterRole" already exists
66-
argocd-agent "ClusterRoleBinding" already exists
67-
argocd-agent "Deployment" already exists
68-
argocd-agent "ServiceAccount" already exists
61+
? Argo password *****************************
62+
63+
Testing requirements
64+
--------------------
65+
√ checking argocd credentials...
66+
√ checking argocd projects accessibility...
67+
√ checking argocd applications accessibility...
68+
--------------------
69+
70+
? Select Git/GithubApp context (Please create a dedicated context for the agent to avoid hitting the Github rate limits or use github app integration) github-1
71+
? Select argocd sync behavior please Import all existing Argo applications to Codefresh
72+
? Enable auto-sync of applications, this will import all existing applications and update Codefresh in the future Yes
73+
74+
Installation options summary:
75+
1. Kubernetes Context:
76+
2. Kubernetes Namespace: argocd
77+
3. Git Integration: github-1
78+
4. Codefresh Host: https://g.codefresh.io
79+
5. ArgoCD Host: https://52.154.209.119
80+
6. ArgoCD Username: admin
81+
7. ArgoCD Password: ******
82+
8. Enable auto-sync of applications: Yes
83+
9. HTTP proxy: none
84+
10. HTTPS proxy: none
85+
6986
Argo agent installation finished successfully to namespace "argocd"
70-
kostis@cloudshell$
87+
Gitops view: "https://g.codefresh.io/gitops"
88+
Documentation: "https://codefresh.io/docs/docs/ci-cd-guides/gitops-deployments/"
7189
```
7290

7391
Once the installation is complete, you should see the agent health status:
@@ -144,6 +162,17 @@ The end result is a new entry for your ArgoCD application will now appear in the
144162

145163
To learn about the full GitOps support in Codefresh, see our[GitOps deployment guide]({{site.baseurl}}/docs/ci-cd-guides/gitops-deployments/).
146164

165+
##Uninstall the gitops agent
166+
167+
You can uninstall the gitops agent with :
168+
169+
```
170+
codefresh uninstall gitops argocd-agent
171+
```
172+
173+
Note this will only uninstall the Codefresh agent. Your Argo CD installation
174+
will remain unaffected.
175+
147176
##What to read next
148177

149178
-[GitOps deployments]({{site.baseurl}}/docs/ci-cd-guides/gitops-deployments/)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp