-
Notifications
You must be signed in to change notification settings - Fork 45
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 add radius to existing app tutorial #1053
update add radius to existing app tutorial #1053
Conversation
Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com>
@@ -258,7 +258,7 @@ You will now add Radius to the Guestbook application's Kubernetes deployment man | |||
Now that Radius has been enabled for your application, run this command again: | |||
|
|||
```bash | |||
rad app connections -a demo | |||
rad app graph -a demo -g default-demo |
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.
Shd we change rad app connections to rad app graph in all the docs that references connection ? I don't see a CLI reference page for rad app graph in our docs.
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.
even though it's a bit beyond the scope of this PR, I agree with your observation and committed a "rebrand" of rad app connections
to rad app graph
-- please take a look.
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.
The CLI reference pages shouldn't be manually edited. We can't update these until we complete the migration of the CLI code from connections to graph
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 its better to update this once rebranding feature is complete ?
Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com>
rad app connections
to rad app graph
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.
this page is autogenerated and shouldn't be edited directly
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.
got it, I will remove the edits from this pr. how do we go about making it auto-generate rad app graph
instead of connections
?
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'll need to complete the implementation of radius-project/radius#6473
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.
got it, reverted the "rebranding" changes.
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.
This page is autogenerated and shouldn't be edited directly
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.
reverted.
rad app connections
to rad app graph
Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com>
Thank you for helping make the Radius documentation better!
Please follow this checklist before submitting:
In addition, please fill out the following to help reviewers understand this pull request:
Description
Update the "Add Radius to an existing application" tutorial to use images in our own Radius container registry and also update the commands use to see the Radius app graph and connections.
Issue reference
Fixes: radius-project/samples#914
Related: radius-project/samples#986