Skip to content

Commit 70f1136

Browse files
Update Argo CD documentation for clarity and consistency
1 parent 9c1b0df commit 70f1136

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

content/learning-paths/servers-and-cloud-computing/argo-cd-gcp/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
title: Deploy applications on Arm-based GKE using GitOps with Argo CD
33

4+
minutes_to_complete: 40
5+
6+
who_is_this_for: This is an introductory topic for developers and platform engineers who want hands-on experience implementing GitOps using Argo CD on Arm64-based Google Kubernetes Engine (GKE) clusters running on Google Axion (C4A) processors.
7+
48
learning_objectives:
59
- Provision an Arm-based SUSE Linux Enterprise Server (SLES) virtual machine on Google Cloud (C4A with Axion processors)
610
- Create and connect to a Google Kubernetes Engine (GKE) cluster running on Arm64 (Axion) nodes

content/learning-paths/servers-and-cloud-computing/argo-cd-gcp/argocd-install-and-access.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Key components installed:
4747

4848
All images used support **linux/arm64**, making them compatible with Arm-based GKE nodes.
4949

50-
### Wait for Argo CD Pods to Become Ready
50+
### Wait for Argo CD pods to become ready
5151

5252
```console
5353
kubectl get pods -n argocd -w
@@ -100,7 +100,7 @@ argocd-server LoadBalancer 34.118.228.71 34.xx.xx.xx 80:30166/TCP,443:30
100100

101101
The value under `EXTERNAL-IP` is used to access the UI and CLI. Press **Ctrl-C** to exit when you've copied the IP address.
102102

103-
## Get the admin password
103+
## Retrieve the admin password
104104

105105
Argo CD generates an initial admin password and stores it securely as a Kubernetes Secret.
106106

0 commit comments

Comments
 (0)