Skip to content

Commit feeb3a7

Browse files
committed
fixing list?
1 parent be2ee58 commit feeb3a7

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

asciidoc/components/kiosk.adoc

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,7 @@ To build a full stack kiosk installation image, you can use Edge Image Builder (
291291
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]
292292

293293
2. Add the kubernetes version you want to run along with the helm chart to your eib config.yaml:
294-
295-
[,yaml]
294+
+
296295
```
297296
kubernetes:
298297
version: {version-kubernetes-k3s}
@@ -311,21 +310,20 @@ kubernetes:
311310
```
312311

313312
3. Add your values file at `kubernetes/helm/values/kiosk-values.yaml`
314-
313+
+
315314
[,yaml]
316315
```
317316
workload:
318317
url: https://www.youtube.com/watch?v=Y5-dnGqbrDQ
319318
```
320319

321-
1. Build the image with
322-
320+
4. Build the image with
321+
+
323322
[,bash]
324323
```
325324
podman run --rm -it -v $PWD:/eib \
326325
registry.suse.com/edge/{version-edge-registry}/edge-image-builder:{version-eib} \
327326
build --definition-file config.yaml
328327
```
329328

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.

0 commit comments

Comments
 (0)