-
Notifications
You must be signed in to change notification settings - Fork 22
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
Update baremetal worker doc #107
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Roke Jung <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rokej The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Roke Jung <[email protected]>
FYI @cadawson . We should probably get an issue to incorporate this into our official doc stream. |
@@ -129,31 +129,202 @@ Upon scaling up a NodePool, a Machine will be created, and the CAPI provider wil | |||
|
|||
Upon scaling down a NodePool, Agents will be unbound from the corresponding cluster. However, you must boot them with the Discovery Image once again before reusing them. | |||
|
|||
To use the Agent platform, the Infrastructure Operator must first be installed. Please see [here](https://hypershift-docs.netlify.app/how-to/agent/create-agent-cluster/) for details. | |||
To use the Agent platform, the Infrastructure Operator must first be installed. Please see [here](https://hypershift-docs.netlify.app/how-to/agent/create-agent-cluster/) for details or you can enable it through the multiclusterengine resource. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should mention we only officially support AI on local-host
, using the ACM/MCE hub as the hosting service cluster.
|
||
###### Provision a hosted cluster | ||
|
||
Create `HostedCluster` and `NodePool` on the MCE cluster. These will be referenced by `HypershiftDeployment` to provision the hosted cluster on the target hosting cluster. We are going to create the `HostedCluster`, `NodePool` and `HypershiftDeployment` all in `default` namespace on the MCE cluster. On the hosting cluster, hypershift deployment will create `HostedCluster` and `NodePool` in `clusters` namespace. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Were you able to make this work? My understanding is it will only work for the hub.
Signed-off-by: Roke Jung <[email protected]>
Kudos, SonarCloud Quality Gate passed! |
@rokej: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Signed-off-by: Roke Jung [email protected]
Description of the change(s):
Why do we need this PR:
Issue reference:
Test API/Unit - Success
N/A