From 10b78ac5a63c22cad4a37cc19726dc4a85c1938e Mon Sep 17 00:00:00 2001 From: Akila-I Date: Thu, 25 Sep 2025 17:05:57 +0530 Subject: [PATCH] Fix quick start guide page --- .../version-v0.3.x/getting-started/quick-start-guide.mdx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/versioned_docs/version-v0.3.x/getting-started/quick-start-guide.mdx b/versioned_docs/version-v0.3.x/getting-started/quick-start-guide.mdx index 5da1fae..cd36cbd 100644 --- a/versioned_docs/version-v0.3.x/getting-started/quick-start-guide.mdx +++ b/versioned_docs/version-v0.3.x/getting-started/quick-start-guide.mdx @@ -158,7 +158,7 @@ The installation process, by default, sets up several essential abstractions. Th - Deployment Pipeline for the environments - Project -To access the artifacts created in OpenChoreo you can use choreoctl as shown in the following commands: +To access the artifacts created in OpenChoreo you can use kubectl as shown in the following commands: You can check each resource type @@ -174,7 +174,7 @@ kubectl get environments ```bash kubectl get projects ``` -To get more details on any of these abstractions, you can use a similar command to the following command: +To get more details on any of these abstractions, you can use a command similar to the following: ```bash kubectl get project default -oyaml @@ -188,7 +188,9 @@ To inspect these resources in more detail, run the following commands: ```bash kubectl get components ``` - +```bash +kubectl get component react-starter -oyaml +``` :::tip You can try out more samples on this setup. Check out our Samples for more details. The samples are also available in the dev container at `/samples`. :::