Skip to content

Instantly share code, notes, and snippets.

@jkeam
Last active May 12, 2021 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkeam/f7a008938deffada3a9b607611e787da to your computer and use it in GitHub Desktop.
Save jkeam/f7a008938deffada3a9b607611e787da to your computer and use it in GitHub Desktop.
OpenShift ACM and OpenShift GitOps

OpenShift ACM and OpenShift GitOps

Instructions

  1. Install GitOps via Operator on hub cluster
  2. Install ACM via Operator on hub cluster
  3. Attach/Create cluster to manage, say we name the cluster dev
  4. Sign into your hub cluster using the oc cli
  5. Turn on integration
oc edit KlusterletAddonConfig -n dev
# change spec.applicationManager.argocdCluster to true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment