-
Notifications
You must be signed in to change notification settings - Fork 11
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
Updated structure for CD docs #242
Conversation
✅ Deploy Preview for pluraldocs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
||
## Log in to Console and Add Clusters | ||
|
||
Once you've logged in to Plural Console, you can click the "Continuous deployment" tab to set up your clusters. By default, you should see the cluster that your Console is deployed on. |
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.
@michaeljguarino just checking that this is true, they'll always at least have their current console cluster visible here
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.
yep
|
||
![](/assets/deployments/create-cluster.png) | ||
|
||
To import an existing cluster, select the "Import existing" toggle and add a name, handle, and any tags. You then need to run the following command on the cluster itself to install the Plural Deploy Operator: |
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.
@michaeljguarino any additional detail here on where to run this command? I can add this to the BYOK section too if helpful
To import an existing cluster, select the "Import existing" toggle and add a name, handle, and any tags. You then need to run the following command on the cluster itself to install the Plural Deploy Operator: | ||
|
||
``` | ||
plural cd install --url https://<CONSOLE_URL>/ext/gql -- token <TOKEN> |
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.
@michaeljguarino this is just the token from Console right? I can add instructions on how to get it or link to that helper page if so
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.
will also remove space in front of token
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.
I think the ui should tell them exactly what to run, yea
|
||
Global services are automatically replicated across existing and new clusters matching the set of defined specifications. | ||
|
||
Once a service is deployed onto any cluster, it can be marked global by clicking the three dots in the deployments table and selecting "Make global". |
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.
@michaeljguarino what's the CLI command for this?
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.
not sure we have one yet
Summary
Labels
Test Plan
Checklist