Skip to content

Commit

Permalink
update info re logging in
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes authored Apr 25, 2024
1 parent d2603a4 commit 36d0bfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posts/set-up-jh-gcp.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@ The variables: `jhub1` is the name of the JupyterHub. You could have many on thi

## Connect to the JupyterHub

Now it is running. Let's try connecting via IP address
Now it is running. Let's try connecting via the External IP address

```
kubectl --namespace jhubk8 get service proxy-public
```
Will show you the public IP address. You should be able to go to that and log in with any username (no password).
It will show you the public (external) IP address. You should be able to go to that with `http://` and you will see the log in page. Note you will not be able to log in as we did not create any users in the hub node (where the JupyterHub is running).

## Set-up https

Expand Down

0 comments on commit 36d0bfe

Please sign in to comment.