Skip to content

Commit

Permalink
Update quickstart guide (redhat-developer#5763)
Browse files Browse the repository at this point in the history
* Update quickstart guide

<!--
Thank you for opening a PR! Here are some things you need to know before submitting:

1. Please read our developer guideline: https://github.com/redhat-developer/odo/wiki/Dev:-odo-Dev-Guidelines
2. Label this PR accordingly with the '/kind' line
3. Ensure you have written and ran the appropriate tests: https://github.com/redhat-developer/odo/wiki/Dev:-Writing-and-running-tests
4. Read how we approve and LGTM each PR: https://github.com/redhat-developer/odo/wiki/Pull-Requests:-Review-guideline

Documentation:

If you are pushing a change to documentation, please read: https://github.com/redhat-developer/odo/wiki/Documentation:-Contributing
-->

**What type of PR is this:**

<!--
Add one of the following kinds:
/kind bug
/kind feature
/kind cleanup
/kind tests

Feel free to use other [labels](https://github.com/redhat-developer/odo/labels) as needed. However one of the above labels must be present or the PR will not be reviewed. This instruction is for reviewers as well.
-->
/kind documentation

**What does this PR do / why we need it:**

What's done:
- Minor update to the quickstart guide to remove references to my username
- Add more details how to test under Deploy

**Which issue(s) this PR fixes:**
<!--
Specifying the issue will automatically close it when this PR is merged
-->

N/A

**PR acceptance criteria:**

- [X] Documentation

**How to test changes / Special notes to the reviewer:**

Signed-off-by: Charlie Drage <[email protected]>

* Update docs/website/versioned_docs/version-3.0.0/user-guides/quickstart.md

Co-authored-by: Parthvi Vala <[email protected]>

Co-authored-by: Parthvi Vala <[email protected]>
  • Loading branch information
cdrage and valaparthvi committed Aug 31, 2022
1 parent 258c888 commit 387fff1
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ $ odo deploy
/ \__/ odo version: v3.0.0-alpha1
\__/
↪ Building & Pushing Container: cdrage/test
↪ Building & Pushing Container: MYUSERNAME/test
• Building image locally ...
✓ Building image locally [880ms]
• Pushing image to container registry ...
Expand All @@ -387,7 +387,9 @@ $ odo deploy
Your Devfile has been successfully deployed
```

Your application has now been deployed to the Kubernetes cluster with Deployment and Service resources.
Your application has now been deployed to the Kubernetes cluster with Deployment, Service, and Ingress resources.

Test your application by visiting the `DOMAIN_NAME` variable that you had set in the `devfile.yaml`.

</TabItem>
</Tabs>

0 comments on commit 387fff1

Please sign in to comment.