Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion content/en/docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,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.6.0/manifests/cozystack-installer.yaml
kubectl apply -f https://github.com/aenix-io/cozystack/raw/v0.7.0/manifests/cozystack-installer.yaml
```

(optional) You can track the logs of installer:
Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/talos/installation/pxe.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ weight: 10
Start matchbox with prebuilt Talos image for Cozystack:

```bash
sudo docker run --name=matchbox -d --net=host ghcr.io/aenix-io/cozystack/matchbox:v0.6.0 \
sudo docker run --name=matchbox -d --net=host ghcr.io/aenix-io/cozystack/matchbox:v0.7.0 \
-address=:8080 \
-log-level=debug
```
Expand Down Expand Up @@ -60,7 +60,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.6.0 "/matchbox -address=…" 58 seconds ago Up 57 seconds matchbox
231ad81ff9e0 ghcr.io/aenix-io/cozystack/matchbox:v0.7.0 "/matchbox -address=…" 58 seconds ago Up 57 seconds matchbox
```

Start your servers, now they should automatically boot from your PXE server.
Expand Down