-
Notifications
You must be signed in to change notification settings - Fork 58
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
Improve code clarity for quickstart #587
Conversation
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.
Hello, please follow these instructions to pass the DCO check
docs/quickstart/README.md
Outdated
@@ -430,6 +430,7 @@ The Tornjak HTTP server is running on port 10000 on the pod. This can easily be | |||
```console | |||
kubectl -n spire port-forward spire-server-0 10000:10000 | |||
``` | |||
💡 Tip: For optimal performance, run the above command in a new terminal window or tab, depending on your setup. |
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.
💡 Tip: For the following steps to work, run the above command in a new terminal window or tab, depending on your setup.
Signed-off-by: mohaids <mohais@rpi.edu>
Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> Signed-off-by: mohaids <mohais@rpi.edu>
Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> Signed-off-by: mohaids <mohais@rpi.edu>
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.
LGTM! Thanks!
* docs[curriculum]: improved code clarity Signed-off-by: mohaids <mohais@rpi.edu> * Update version to v2.1.0 (spiffe#579) Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> Signed-off-by: mohaids <mohais@rpi.edu> * Update version to v2.1.0 (spiffe#579) Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> Signed-off-by: mohaids <mohais@rpi.edu> --------- Signed-off-by: mohaids <mohais@rpi.edu> Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> Co-authored-by: Maia Iyer <maia.raj.iyer@gmail.com> Signed-off-by: EURICIA <xinchaochen1095@gmail.com>
This PR adds a small tip to the quick start documentation by recommending users run a specific command in a new terminal window or tab for optimal performance. This should help avoid potential issues related to running commands in the same session.
Signed-off-by: mohais@rpi.edu