Skip to content

Commit

Permalink
docs: added note re. arch of example application on getting_started.md (
Browse files Browse the repository at this point in the history
argoproj#20143)

added warning that example application may not run on all archs

Signed-off-by: Crumbs <44215646+Crumb5@users.noreply.github.com>
Signed-off-by: Adrian Aneci <aneci@adobe.com>
  • Loading branch information
Crumb5 authored and adriananeci committed Dec 4, 2024
1 parent 64dd048 commit 2a6560a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ service account token to perform its management tasks (i.e. deploy/monitoring).
An example repository containing a guestbook application is available at
[https://github.com/argoproj/argocd-example-apps.git](https://github.com/argoproj/argocd-example-apps.git) to demonstrate how Argo CD works.

!!! note
Note: The following example application may only be compatible with AMD64 architecture. If you are running on a different architecture (such as ARM64 or ARMv7), you may encounter issues with dependencies or container images that are not built for your platform. Consider verifying the compatibility of the application or building architecture-specific images if necessary.

### Creating Apps Via CLI

First we need to set the current namespace to argocd running the following command:
Expand Down

0 comments on commit 2a6560a

Please sign in to comment.