-
Notifications
You must be signed in to change notification settings - Fork 98
feat(ec): update node join instructions for improved join experience #5304
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
feat(ec): update node join instructions for improved join experience #5304
Conversation
"Download the installation assets", | ||
"Extract the installation assets", |
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.
"Download the installation assets", | |
"Extract the installation assets", | |
"Download the binary on the new node", | |
"Extract the binary", |
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.
updated
@@ -31,7 +31,7 @@ const AddANodeModal = ({ | |||
{rolesData?.roles && | |||
rolesData.roles.length > 1 && | |||
"Select one or more roles to assign to the new node. "} | |||
Copy the join command and run it on the machine you'd like to join to | |||
Copy the join commands and run them on the machine you'd like to join to |
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.
just because they're not all join commands
Copy the join commands and run them on the machine you'd like to join to | |
Copy the commands and run them on the machine you'd like to join to |
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.
updated
What this PR does / why we need it:
Returns a list of commands from the API for the new join experience.
Updates the UI to reflect the new join experience.
Which issue(s) this PR fixes:
SC-122565
Does this PR require a test?
Does this PR require a release note?
Does this PR require documentation?