Skip to content

Commit

Permalink
Improve port-forward docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sibucan committed Nov 4, 2023
1 parent f93827a commit 588d644
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,20 @@ instance with the provided task command:
task install
```

You can port-forward the codeserver instance to your browser by a simple
You can port-forward the codeserver instance to your local computer by a simple
kubectl command:

```sh
kubectl --kubeconfig kind-cluster.kubeconfig port-forward -n students service/codeserver-lramirez 8443:8443
```

And then finally, try to clone any repo that's not in the superorbital
Which will make the codeserver UI available at http://localhost:8443/ -- try
to access that URL using your favorite browser!
<img src="assets/3.png" width="1299" height="890">

Then finally, try to clone any repo that's not in the superorbital
organization and watch it be rejected:
<img src="assets/3.gif">
<img src="assets/4.gif">

### Cleanup

Expand Down
Binary file added assets/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes

0 comments on commit 588d644

Please sign in to comment.