File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -291,8 +291,7 @@ To build a full stack kiosk installation image, you can use Edge Image Builder (
291
291
1. Setup a basic EIB project according to the documentation at [https://github.com/suse-edge/edge-image-builder/blob/main/docs/building-images.md]
292
292
293
293
2. Add the kubernetes version you want to run along with the helm chart to your eib config.yaml:
294
-
295
- [,yaml]
294
+ +
296
295
```
297
296
kubernetes:
298
297
version: {version-kubernetes-k3s}
@@ -311,21 +310,20 @@ kubernetes:
311
310
```
312
311
313
312
3. Add your values file at `kubernetes/helm/values/kiosk-values.yaml`
314
-
313
+ +
315
314
[,yaml]
316
315
```
317
316
workload:
318
317
url: https://www.youtube.com/watch?v=Y5-dnGqbrDQ
319
318
```
320
319
321
- 1 . Build the image with
322
-
320
+ 4 . Build the image with
321
+ +
323
322
[,bash]
324
323
```
325
324
podman run --rm -it -v $PWD:/eib \
326
325
registry.suse.com/edge/{version-edge-registry}/edge-image-builder:{version-eib} \
327
326
build --definition-file config.yaml
328
327
```
329
328
330
- You can then burn and boot the resulting image to install a single node k8s cluster running a kiosk workload.
331
-
329
+ You can then burn and boot the resulting image to setup a single node k8s cluster running a kiosk workload.
You can’t perform that action at this time.
0 commit comments