Skip to content

Commit 9c0d223

Browse files
authored
Downgrade WSL2 (#141)
* deprecate WSL2 * make debugging build work with buildkit
1 parent 0a4ae57 commit 9c0d223

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

docs/how-to/useful_k8s.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ sudo reboot
8686

8787
## Installing on Windows Subsystem for Linux
8888

89+
I have had success with running k3s on WSL2, however, for best restults I would recommend using the VirtualBox applicance which is almost identical to a navtive Linux installation. These instructions have not been tested recently so YMMV.
90+
8991
WSL2 gives you a linux distribution running within Windows, the following
9092
additional instructions explain how to use this platform.
9193

docs/tutorials/debug_generic_ioc.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Now rebuild the container - do this command from a new terminal *outside* of
3737
the devcontainer (make sure you have `ec` installed):
3838

3939
```bash
40+
# for docker users - builkit complicates debugging at present
41+
export DOCKER_BUILDKIT=0
4042
cd ioc-lakeshore340 # where you cloned it
4143
./build
4244
```

docs/tutorials/setup_k8s.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ option is to use a linux distribution that is supported by k3s.
4343
========================== ============================================
4444
Ubuntu 20.10 any modern linux distro should also work
4545
Raspberry Pi OS 2021-05-07 See `raspberry`
46-
Windows WSL2 See `wsl`
4746
========================== ============================================
4847
```
4948

docs/tutorials/setup_workstation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The tools you need to install are:
1111

1212
Visual Studio Code is recommended because it has excellent integration with
1313
devcontainers. It also has useful extensions for working with Kubernetes,
14-
EPICS, WSL2 and more.
14+
EPICS, Yaml files and more.
1515

1616
## Options
1717

0 commit comments

Comments
 (0)