-
Notifications
You must be signed in to change notification settings - Fork 51
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 getting started deployment docs #530
Conversation
✔️ Deploy Preview for elated-bell-2913d9 ready! 🔨 Explore the source changes: 1c54e63 🔍 Inspect the deploy log: https://app.netlify.com/sites/elated-bell-2913d9/deploys/60bf999a04acc7000796c7ca 😎 Browse the preview: https://deploy-preview-530--elated-bell-2913d9.netlify.app |
`subctl` greatly simplifies the deployment of Submariner, and is therefore the recommended deployment | ||
method. | ||
`subctl` is the recommended deployment method because it has the most refined deployment user experience and additionally provides testing, | ||
debugging, and bug-reporting capabilities. |
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.
"bug-reporting capabilities" makes it sound like you can report a bug directly from the tool?
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.
“bug-diagnosing” might be more accurate.
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 meant that you can gather everything required to report a bug, I can try to make that more clear.
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.
Yes, I understand that, just trying to make it clearer for someone who is not familiar with the tool.
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.
“bug-diagnosing” might be more accurate.
This wasn't loading in for me when I originally commented, but yes that's great wording IMHO. Updated accordingly.
c602216
to
2e4546c
Compare
Update the deployment summary in the getting started docs to reflect the new reality that the Operator is always used, either by subctl, Helm, or directly. Mention new subctl features as one reason it is recommended. This section was part of the UX failure of a recent IBM Twitch stream. https://www.youtube.com/watch?v=98rC2OOW20w Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
2e4546c
to
1c54e63
Compare
Update the deployment summary in the getting started docs to reflect the
new reality that the Operator is always used, either by subctl, Helm, or
directly. Mention new subctl features as one reason it is recommended.
This section was part of the UX failure of a recent IBM Twitch stream.
https://www.youtube.com/watch?v=98rC2OOW20w
Signed-off-by: Daniel Farrell dfarrell@redhat.com