Skip to content

Commit

Permalink
release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps committed May 10, 2024
1 parent 6884e38 commit 976f67b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Any Linux system installed on it (eg. Ubuntu should be enough)
Start matchbox with prebuilt Talos image for Cozystack:

```bash
sudo docker run --name=matchbox -d --net=host ghcr.io/aenix-io/cozystack/matchbox:v0.4.0 \
sudo docker run --name=matchbox -d --net=host ghcr.io/aenix-io/cozystack/matchbox:v0.5.0 \
-address=:8080 \
-log-level=debug
```
Expand Down Expand Up @@ -95,7 +95,7 @@ example output:
```console
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
22044f26f74d quay.io/poseidon/dnsmasq "/usr/sbin/dnsmasq -…" 6 seconds ago Up 5 seconds dnsmasq
231ad81ff9e0 ghcr.io/aenix-io/cozystack/matchbox:v0.4.0 "/matchbox -address=…" 58 seconds ago Up 57 seconds matchbox
231ad81ff9e0 ghcr.io/aenix-io/cozystack/matchbox:v0.5.0 "/matchbox -address=…" 58 seconds ago Up 57 seconds matchbox
```

## Bootstrap cluster
Expand Down Expand Up @@ -218,7 +218,7 @@ Create namesapce and install Cozystack system components:
```bash
kubectl create ns cozy-system
kubectl apply -f cozystack-config.yaml
kubectl apply -f https://github.com/aenix-io/cozystack/raw/v0.4.0/manifests/cozystack-installer.yaml
kubectl apply -f https://github.com/aenix-io/cozystack/raw/v0.5.0/manifests/cozystack-installer.yaml
```

(optional) You can track the logs of installer:
Expand Down

0 comments on commit 976f67b

Please sign in to comment.