Skip to content

Commit

Permalink
fixup! chore: add installation guide for kind/minikube/openshift
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Kurinnyi <[email protected]>
  • Loading branch information
akurinnoy committed Jan 23, 2025
1 parent b042977 commit f2164c9
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/installation/kind-without-olm-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
```

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 <URL>
```
7 changes: 7 additions & 0 deletions docs/installation/kind-without-olm-macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <URL>
```
7 changes: 7 additions & 0 deletions docs/installation/minikube-without-olm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <URL>
```
7 changes: 7 additions & 0 deletions docs/installation/openshift-with-olm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <URL>
```
7 changes: 7 additions & 0 deletions docs/installation/openshift-without-olm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <URL>
```

0 comments on commit f2164c9

Please sign in to comment.