Skip to content

Commit 281440d

Browse files
akurinnoydkwon17
authored andcommitted
fixup! chore: add installation guide for kind/minikube/openshift
Signed-off-by: Oleksii Kurinnyi <[email protected]>
1 parent e7fcc9b commit 281440d

File tree

5 files changed

+36
-1
lines changed

5 files changed

+36
-1
lines changed

docs/installation/kind-without-olm-linux.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,11 @@ kubectl patch devworkspace git-clone-sample-devworkspace -n default --type merge
179179
You can also check the DevWorkspace status by running:
180180
```sh
181181
kubectl get devworkspace -n default
182-
```
182+
```
183+
184+
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:
185+
186+
```
187+
NAME DEVWORKSPACE ID PHASE INFO
188+
git-clone-sample-devworkspace workspace0196ce197f0b4e90 Running <URL>
189+
```

docs/installation/kind-without-olm-macos.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,3 +218,10 @@ You can also check the DevWorkspace status by running:
218218
```sh
219219
kubectl get devworkspace -n default
220220
```
221+
222+
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:
223+
224+
```
225+
NAME DEVWORKSPACE ID PHASE INFO
226+
git-clone-sample-devworkspace workspace0196ce197f0b4e90 Running <URL>
227+
```

docs/installation/minikube-without-olm.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,10 @@ You can also check the DevWorkspace status by running:
149149
```sh
150150
kubectl get devworkspace -n default
151151
```
152+
153+
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:
154+
155+
```
156+
NAME DEVWORKSPACE ID PHASE INFO
157+
git-clone-sample-devworkspace workspace0196ce197f0b4e90 Running <URL>
158+
```

docs/installation/openshift-with-olm.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,10 @@ You can also check the DevWorkspace status by running:
125125
```sh
126126
oc get devworkspace -n devworkspace-samples
127127
```
128+
129+
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:
130+
131+
```
132+
NAME DEVWORKSPACE ID PHASE INFO
133+
git-clone-sample-devworkspace workspace0196ce197f0b4e90 Running <URL>
134+
```

docs/installation/openshift-without-olm.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,10 @@ You can also check the DevWorkspace status by running:
9797
```sh
9898
oc get devworkspace -n devworkspace-samples
9999
```
100+
101+
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:
102+
103+
```
104+
NAME DEVWORKSPACE ID PHASE INFO
105+
git-clone-sample-devworkspace workspace0196ce197f0b4e90 Running <URL>
106+
```

0 commit comments

Comments
 (0)