Skip to content

Commit

Permalink
update README.md and examples/minikube
Browse files Browse the repository at this point in the history
  • Loading branch information
steved committed Sep 16, 2024
1 parent b8e419e commit 1348222
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ KubeWire currently supports Linux and MacOS.
* Get the [latest release](https://github.com/steved/kubewire/releases/latest) for your operating system
* Unpack and install the binary:
```
tar -C /usr/local/bin -xf kubewire.tar.gz kubewire
tar -C /usr/local/bin -xf kw.tar.gz kw
```

### Usage
Expand Down
4 changes: 2 additions & 2 deletions examples/minikube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
To try out KubeWire locally, install [minikube](https://minikube.sigs.k8s.io/docs/start/) and get started:

1. `minikube start`
2. `kubectl apply -f examples/docs/*.yml`
2. `kubectl apply -f examples/minikube/hello-world.yml -f examples/minikube/postgresql.yml`
3. Run kw:
```
$ ip=$(minikube ssh -- getent hosts host.minikube.internal | awk '{print $1}')
$ kw proxy deploy/hello-world --local-address 192.168.65.254:19070 --service-cidr 10.96.0.0/12
$ sudo -E kw proxy deploy/hello-world --local-address "$ip:19070" --service-cidr 10.96.0.0/12
```
4. Access the cluster!
```
Expand Down

0 comments on commit 1348222

Please sign in to comment.