-
Notifications
You must be signed in to change notification settings - Fork 383
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
docs: update prerequisites files with installation and connectivity t… #5094
base: main
Are you sure you want to change the base?
docs: update prerequisites files with installation and connectivity t… #5094
Conversation
…esting steps Signed-off-by: DeeBi9 <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5094 +/- ##
==========================================
+ Coverage 66.80% 66.86% +0.06%
==========================================
Files 210 210
Lines 32953 32953
==========================================
+ Hits 22013 22035 +22
+ Misses 9603 9585 -18
+ Partials 1337 1333 -4 ☔ View full report in Codecov by Sentry. |
Signed-off-by: DeeBi9 <[email protected]>
helm install eg oci://docker.io/envoyproxy/gateway-helm --version {{< helm-version >}} -n envoy-gateway-system --create-namespace | ||
``` | ||
|
||
**Note**: Wait 2–5 minutes for the Envoy Gateway pod to reach the Running state. |
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.
can we rm this line ? 2-5 min sounds like a long time, and once helm completes, it should be okay to install the Quickstart right away (since CRDs have been installed)
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 the feedback! I'll remove the line and update the PR accordingly.
Signed-off-by: DeeBi9 <[email protected]>
b3d6e49
to
f463e6f
Compare
Hi @arkodg I noticed that the |
What type of PR is this?
docs: update prerequisites and embed installation/testing steps
What this PR does / why we need it:
This PR updates the documentation by adding the installation guide and testing configuration steps from the quickstart guide to boilerplate
prerequisites.md
ando11y_prerequisites.md
. The content is presented in a collapsible format and is a shorter version of the quickstart guide.Which issue(s) this PR fixes:
#5064 (docs: Embed Quickstart Install steps in Tasks rather than link out)
Release Notes:
No