You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,3 +15,20 @@ The `0_requirements.sh` script shows the current versions of all required softwa
15
15
== Build PDF
16
16
17
17
Use the `make pdf` command to create a PDF file out of the source Asciidoc file in the `build` folder. This operation requires Docker.
18
+
19
+
== Troubleshooting
20
+
21
+
Some users of Btrfs-on-LUKS have experimented issues with the tutorial. You might want to perform the following changes in that case.
22
+
23
+
. In `1_lieutenant_on_minikube.sh`, line 12, use the following command to start Minikube: `minikube start --disk-size 60g --cpus 4 --feature-gates="LocalStorageCapacityIsolation=false"`
24
+
. In `4_synthesize_on_k3s.sh`, replace line 22 `k3d cluster create projectsyn` with the following:
0 commit comments