-
Notifications
You must be signed in to change notification settings - Fork 7.7k
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
Modified docs/development-guide.md to Reorganize prerequisites, add kubectl link, clone repo and accessing frontend #1853
Modified docs/development-guide.md to Reorganize prerequisites, add kubectl link, clone repo and accessing frontend #1853
Conversation
1. Reordered prerequisites for better clarity and indicated items exclusive to either Option 1 or Option 2. 2. Added a link to kubectl in the prerequisites. 3. Added instructions to clone the repository. 4. Added a step in Option 1 to access the web frontend via http://EXTERNAL-IP.
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.
Thanks for these improvements.
I left some comments.
Feel free to ignore my "nitpicks".
Co-authored-by: Nim Jayawardena <[email protected]>
Co-authored-by: Nim Jayawardena <[email protected]>
Co-authored-by: Nim Jayawardena <[email protected]>
1. Remove `Enable GCP APIs for Cloud Monitoring, Tracing, Profiler` 2. Restore `Docker for Desktop` position and remove (for Option 2) 3. Change `Option1` to `Option 1` by following `Option 2`
Hi @NimJay Thank you for the review. The details of the changes are as follows.
Thank you. |
Hi @NimJay Although I don't anticipate any issues, I would appreciate if you could confirm this as well. |
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.
Thank you for this contribution, @taka2noda. :)
And for addressing all my comments.
Ah, yes, the CLA was failing on my personal email address. I forced it to pass.
Approved. Merging.
…ubectl link, clone repo and accessing frontend (GoogleCloudPlatform#1853) * Modified docs/development-guide.md 1. Reordered prerequisites for better clarity and indicated items exclusive to either Option 1 or Option 2. 2. Added a link to kubectl in the prerequisites. 3. Added instructions to clone the repository. 4. Added a step in Option 1 to access the web frontend via http://EXTERNAL-IP. * Update docs/development-guide.md Co-authored-by: Nim Jayawardena <[email protected]> * Update docs/development-guide.md Co-authored-by: Nim Jayawardena <[email protected]> * Update docs/development-guide.md Co-authored-by: Nim Jayawardena <[email protected]> * Update reffering to the review. 1. Remove `Enable GCP APIs for Cloud Monitoring, Tracing, Profiler` 2. Restore `Docker for Desktop` position and remove (for Option 2) 3. Change `Option1` to `Option 1` by following `Option 2` * Change Option1 to Option 1 at line8 kubectl... --------- Co-authored-by: Nim Jayawardena <[email protected]>
Background
Fixes
Change Summary
Additional Notes
Testing Procedure
Related PRs or Issues