File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Any Linux system installed on it (eg. Ubuntu should be enough)
52
52
Start matchbox with prebuilt Talos image for Cozystack :
53
53
54
54
` ` ` bash
55
- sudo docker run --name=matchbox -d --net=host ghcr.io/aenix-io/cozystack/matchbox:v0.3.1 \
55
+ sudo docker run --name=matchbox -d --net=host ghcr.io/aenix-io/cozystack/matchbox:v0.4.0 \
56
56
-address=:8080 \
57
57
-log-level=debug
58
58
` ` `
@@ -95,7 +95,7 @@ example output:
95
95
` ` ` console
96
96
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
97
97
22044f26f74d quay.io/poseidon/dnsmasq "/usr/sbin/dnsmasq -…" 6 seconds ago Up 5 seconds dnsmasq
98
- 231ad81ff9e0 ghcr.io/aenix-io/cozystack/matchbox:v0.3.1 "/matchbox -address=…" 58 seconds ago Up 57 seconds matchbox
98
+ 231ad81ff9e0 ghcr.io/aenix-io/cozystack/matchbox:v0.4.0 "/matchbox -address=…" 58 seconds ago Up 57 seconds matchbox
99
99
` ` `
100
100
101
101
# # Bootstrap cluster
@@ -218,7 +218,7 @@ Create namesapce and install Cozystack system components:
218
218
` ` ` bash
219
219
kubectl create ns cozy-system
220
220
kubectl apply -f cozystack-config.yaml
221
- kubectl apply -f https://github.com/aenix-io/cozystack/raw/v0.3.1 /manifests/cozystack-installer.yaml
221
+ kubectl apply -f https://github.com/aenix-io/cozystack/raw/v0.4.0 /manifests/cozystack-installer.yaml
222
222
` ` `
223
223
224
224
(optional) You can track the logs of installer :
You can’t perform that action at this time.
0 commit comments