readme updated
parent
6e9631695f
commit
cda0fbd21e
|
@ -62,7 +62,6 @@ To achieve warp speed, we will be using [sunstone.dev](https://about.sunstone.de
|
|||
|
||||
Start Minikube:
|
||||
|
||||
|
||||
```bash
|
||||
minikube start
|
||||
```
|
||||
|
@ -71,18 +70,20 @@ Install customized Keel (feel free to change credentials, namespace and version
|
|||
|
||||
```bash
|
||||
# To override default latest semver tag, add &tag=x.x.x query argument to the URL below
|
||||
kubectl apply -f https://sunstone.dev/raw.githubusercontent.com/keel-hq/keel/feature/ui/deployment/deployment-template.yaml?namespace=default&username=admin&password=admin
|
||||
kubectl apply -f https://sunstone.dev/keel?namespace=default&username=admin&password=admin&tag=latest
|
||||
# and get Keel IP:
|
||||
minikube service --namespace default keel --url
|
||||
http://192.168.99.100:3199
|
||||
```
|
||||
|
||||
> We are overriding default latest semver tag with **latest** since it has the new UI. If you want to use latest semver, just remove the `&tag=latest` part from the URL.
|
||||
|
||||
### Creating remotely accessible Keel instance
|
||||
|
||||
Keel can work together with [webhook relay tunnels](https://webhookrelay.com). To deploy Keel with Webhook Relay sidecar you will need to get [a token](https://my.webhookrelay.com/tokens), then pre-create [a tunnel](https://my.webhookrelay.com/tunnels) and:
|
||||
|
||||
```
|
||||
kubectl apply -f https://sunstone.dev/raw.githubusercontent.com/keel-hq/keel/feature/ui/deployment/deployment-template.yaml\?namespace\=default\&tag\=ui\&username\=admin\&password\=admin\&relay_key=TOKEN_KEY&relay_secret=TOKEN_SECRET&relay_tunnel=TUNNEL_NAME
|
||||
kubectl apply -f https://sunstone.dev/keel?namespace=default&tag=ui&username=admin&password=admin&relay_key=TOKEN_KEY&relay_secret=TOKEN_SECRET&relay_tunnel=TUNNEL_NAME&tag=latest
|
||||
```
|
||||
|
||||
Now, you can access Keel remotely.
|
||||
|
|
Loading…
Reference in New Issue