{"id":21428096,"url":"https://github.com/redhat-developer-demos/demos-acm-manifests","last_synced_at":"2025-08-15T22:33:52.564Z","repository":{"id":91531426,"uuid":"266944190","full_name":"redhat-developer-demos/demos-acm-manifests","owner":"redhat-developer-demos","description":"Repository to hold Advanced Cluster Management(ACM) manifests for all RHD Devx Demos","archived":false,"fork":false,"pushed_at":"2020-07-02T13:25:56.000Z","size":4188,"stargazers_count":4,"open_issues_count":0,"forks_count":7,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-08T06:51:11.032Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/redhat-developer-demos.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-26T04:27:51.000Z","updated_at":"2024-10-28T11:07:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"87bf8496-5f39-4345-a4c8-977c02bf6ea7","html_url":"https://github.com/redhat-developer-demos/demos-acm-manifests","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/redhat-developer-demos/demos-acm-manifests","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-developer-demos%2Fdemos-acm-manifests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-developer-demos%2Fdemos-acm-manifests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-developer-demos%2Fdemos-acm-manifests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-developer-demos%2Fdemos-acm-manifests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redhat-developer-demos","download_url":"https://codeload.github.com/redhat-developer-demos/demos-acm-manifests/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-developer-demos%2Fdemos-acm-manifests/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265280659,"owners_count":23739852,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-22T22:10:24.905Z","updated_at":"2025-07-14T10:31:43.369Z","avatar_url":"https://github.com/redhat-developer-demos.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Demos ACM Manifests\n\nThis repository holds all the RedHat Developer demos, https://www.redhat.com/en/technologies/management/advanced-cluster-management[Advanced Cluster Management for Kubernetes(ACM)]  manifests.\n\n== Pre-requsites\n\n* You need to have a https://quay.io[Quay.io] account\n* Set the environment variable $QUAYIO_USERNAME to your Quay.io username\n* Set the environment variable $QUAYIO_USER_PASSWORD to your Quay.io user password \n\n== Deploying ACM\n\nCreate OpenShift project where ACM will be deployed:\n\n[source,bash]\n----\noc new-project open-cluster-management\n----\n\nCreate a the image pull secret using the command:\n\n[source,bash]\n----\noc -n open-cluster-management create secret docker-registry advanced-cluster-management-registry \\\n  --docker-server=registry.access.redhat.com/rhacm1-tech-preview \\\n  --docker-username=\"$QUAYIO_USERNAME\" --docker-password=\"$QUAYIO_USER_PASSWORD\"\n----\n\nThe ACM can be deployed on any OpenShift cluster using the OperatorHub console,\n\nIn the setup the ACM will be deployed on to namespace called `open-cluster-management`\n\n1.Select the ACM Operator from the Hub and click *Install* to start install,\n\nimage::assets/images/acm_operatorhub_install.png[]\n\n2.Select all default options for install and click *Subscribe*\n\nimage::assets/images/acm_operatorhub_do_install.png[]\n\n3.Wait for few minutes for the subscription install to complete. A successful install will be as shown the following screenshot:\n\nimage::assets/images/acm_operatorhub_subscribed.png[]\n\n=== Create Multicluster Hub\n\n[IMPORTANT]\n====\nLogin to the OpenShift using `oc` CLI as OpenShift cluster-admin.\n====\n\n[source,bash]\n----\noc apply -n open-cluster-management \\\n  -- hub/multiclusterhub.yaml\n----\n\nWait for all the Multi Cluster Hub pods to be up and running. There will be a total of 35 pods tha need to be running. The followig screen shot shows a successful MultiCluster Hub deployment\n\nimage::assets/images/acm_multiclusterhub_all_pods.png[]\n\nNavigate to Multi Cluster Hub console using the URL as shown in the below screen shot:\n\nimage::assets/images/acm_mch_route.png[]\n\nAdd new or import existing OpenShift clusters into the hub using the Multi Cluster Hub console:\n\nimage::assets/images/acm_add_import_cluster.png[]\n\n[NOTE]\n====\nIf you prefer CLI install, then you can use the script $PROJECT_HOME/bin/acm_install.sh\n====\n\n== Manifests folders\n\nlink:./hybrid-demo[Hybrid Demo]\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredhat-developer-demos%2Fdemos-acm-manifests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredhat-developer-demos%2Fdemos-acm-manifests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredhat-developer-demos%2Fdemos-acm-manifests/lists"}