Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update URL and host config for local kubernetes cluster #2271

Merged
merged 1 commit into from
Jun 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 2 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -657,20 +657,6 @@ maintenance-7f4b5b89b8-rhgk9 1/1 Running 0 10m

### Connecting to Your Cluster

#### Network Hosts Configuration

The cluster's ingress controller uses the hostname `thecombine.local` to _The Combine_. To direct traffic for this host
to the ingress controller, add:

```textfile
127.0.0.1 thecombine.local
```

to your network hosts file:

- Windows: `%windir%\System32\drivers\etc\hosts`
- Linux/macOS: `/etc/hosts`

#### Setup Port Forwarding

_Rancher Desktop only!_
Expand All @@ -686,9 +672,8 @@ Note that the port forwarding is not persistent; you need to set it up whenever

#### Connecting to _The Combine_

Once your host configuration has been setup, you can connect to _The Combine_ by entering the URL
`https://thecombine.local` in the address bar of your web browser. (`https://thecombine.local:<portnumber>` for _Rancher
Desktop_)
You can connect to _The Combine_ by entering the URL `https://thecombine.localhost` in the address bar of your web
browser. (`https://thecombine.localhost:<portnumber>` for _Rancher Desktop_)

Notes:

Expand Down