File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 10
10
# lima-k3s Ready control-plane,master 69s v1.21.1+k3s1
11
11
12
12
images :
13
- - location : " ~/Downloads /hirsute-server-cloudimg-amd64.img"
13
+ - location : " https://cloud-images.ubuntu.com/hirsute/current /hirsute-server-cloudimg-amd64.img"
14
14
arch : " x86_64"
15
15
16
+ # Mounts are disabled in this example, but can be enabled optionally.
16
17
mounts : []
17
18
18
19
ssh :
19
20
localPort : 60022
20
21
22
+ # containerd is managed by k3s, not by Lima, so the values are set to false here.
21
23
containerd :
22
24
system : false
23
25
user : false
@@ -38,5 +40,5 @@ probes:
38
40
fi
39
41
hint : |
40
42
The k3s kubeconfig file has not yet been created.
41
- Run "lima bash sudo journalctl -u k3s" to check the log.
43
+ Run "limactl shell k3s sudo journalctl -u k3s" to check the log.
42
44
If that is still empty, check the bottom of the log at "/var/log/cloud-init-output.log".
You can’t perform that action at this time.
0 commit comments