-
Notifications
You must be signed in to change notification settings - Fork 63
TELCODOCS-2144 update industrial edge docs #517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
kquinn1204
merged 8 commits into
validatedpatterns:main
from
kquinn1204:TELCODOCS-2144-doc
Feb 6, 2025
Merged
Changes from 7 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
72854f0
TELCODOCS-2144 update industrial edge docs
kquinn1204 a61aec6
Updating with more changes
kquinn1204 cfa6f0f
Updating with more changes 2
kquinn1204 81e8ffc
Updating with more changes 3
kquinn1204 e6b72a7
Updating based on more feedback
kquinn1204 652df8d
Updating based on more feedback 2
kquinn1204 88d368f
Updating based on more feedback
kquinn1204 42cd5d1
Updating based on peer review
kquinn1204 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| --- | ||
| title: Adding a managed cluster | ||
| weight: 20 | ||
| aliases: /industrial-edge/getting-started/ | ||
| --- | ||
|
|
||
| # Attach a managed cluster (factory) to the management hub | ||
|
|
||
| By default, Red Hat Advanced Cluster Management (RHACM) manages the `clusterGroup` applications that are deployed on all clusters. | ||
|
|
||
| Add a `managedClusterGroup` for each cluster or group of clusters that you want to manage by following this procedure. | ||
|
|
||
| ## Procedure | ||
|
|
||
| 1. By default the `factory` applications defined in the `values-factory.yaml` file are deployed on all clusters imported into ACM and that have the label `clusterGroup=factory`. | ||
|
|
||
| 2. In the left navigation panel of the web console associated with your deployed hub cluster, click **local-cluster**. Select **All Clusters**. The RHACM web console is displayed. | ||
|
|
||
| 3. In the **Managing clusters just got easier** window, click **Import an existing cluster**. | ||
|
|
||
| - Enter the cluster name (you can get this from the login token string, for example: `https://api.<cluster-name>.<domain>:6443`). | ||
| - You can leave the **Cluster set** blank. | ||
| - In the **Additional labels** dialog box, enter the `key=value` as `clusterGroup=factory`. | ||
| - Choose **KubeConfig** as the "Import mode". | ||
| - In the **KubeConfig** window, paste your KubeConfig content. Click **Next**. | ||
|
|
||
| 4. You can skip the **Automation** screen. Click **Next**. | ||
|
|
||
| 5. Review the summary details and click **Import**. | ||
|
|
||
| 6. Once the data center and the factory have been deployed you will want to check out and test the Industrial Edge 2.0 demo code. You can find that [here](../application/). The Argo applications on the factory cluster appear as follows: | ||
|
|
||
|  |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.