diff --git a/docs/installation/kind-without-olm-linux.md b/docs/installation/kind-without-olm-linux.md index 2786f823f..4d9ca5c3c 100644 --- a/docs/installation/kind-without-olm-linux.md +++ b/docs/installation/kind-without-olm-linux.md @@ -179,4 +179,11 @@ kubectl patch devworkspace git-clone-sample-devworkspace -n default --type merge You can also check the DevWorkspace status by running: ```sh kubectl get devworkspace -n default -``` \ No newline at end of file +``` + +When the DevWorkspace is running according to the status, open the editor by accesssing the URL from the `INFO` column in a web browser. For example: + +``` +NAME DEVWORKSPACE ID PHASE INFO +git-clone-sample-devworkspace workspace0196ce197f0b4e90 Running +``` diff --git a/docs/installation/kind-without-olm-macos.md b/docs/installation/kind-without-olm-macos.md index 79d30619b..254c99075 100644 --- a/docs/installation/kind-without-olm-macos.md +++ b/docs/installation/kind-without-olm-macos.md @@ -218,3 +218,10 @@ You can also check the DevWorkspace status by running: ```sh kubectl get devworkspace -n default ``` + +When the DevWorkspace is running according to the status, open the editor by accesssing the URL from the `INFO` column in a web browser. For example: + +``` +NAME DEVWORKSPACE ID PHASE INFO +git-clone-sample-devworkspace workspace0196ce197f0b4e90 Running +``` diff --git a/docs/installation/minikube-without-olm.md b/docs/installation/minikube-without-olm.md index 6f7cb291e..a34eceadf 100644 --- a/docs/installation/minikube-without-olm.md +++ b/docs/installation/minikube-without-olm.md @@ -149,3 +149,10 @@ You can also check the DevWorkspace status by running: ```sh kubectl get devworkspace -n default ``` + +When the DevWorkspace is running according to the status, open the editor by accesssing the URL from the `INFO` column in a web browser. For example: + +``` +NAME DEVWORKSPACE ID PHASE INFO +git-clone-sample-devworkspace workspace0196ce197f0b4e90 Running +``` diff --git a/docs/installation/openshift-with-olm.md b/docs/installation/openshift-with-olm.md index 3c5454022..569889f9b 100644 --- a/docs/installation/openshift-with-olm.md +++ b/docs/installation/openshift-with-olm.md @@ -125,3 +125,10 @@ You can also check the DevWorkspace status by running: ```sh oc get devworkspace -n devworkspace-samples ``` + +When the DevWorkspace is running according to the status, open the editor by accesssing the URL from the `INFO` column in a web browser. For example: + +``` +NAME DEVWORKSPACE ID PHASE INFO +git-clone-sample-devworkspace workspace0196ce197f0b4e90 Running +``` diff --git a/docs/installation/openshift-without-olm.md b/docs/installation/openshift-without-olm.md index 136b55bee..7bca9eecd 100644 --- a/docs/installation/openshift-without-olm.md +++ b/docs/installation/openshift-without-olm.md @@ -97,3 +97,10 @@ You can also check the DevWorkspace status by running: ```sh oc get devworkspace -n devworkspace-samples ``` + +When the DevWorkspace is running according to the status, open the editor by accesssing the URL from the `INFO` column in a web browser. For example: + +``` +NAME DEVWORKSPACE ID PHASE INFO +git-clone-sample-devworkspace workspace0196ce197f0b4e90 Running +```