Skip to content

Commit ef1f514

Browse files
committed
examples/k3s.yaml: add more descriptions and trivial fixes
Signed-off-by: Akihiro Suda <[email protected]>
1 parent e048992 commit ef1f514

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

examples/k3s.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,16 @@
1010
# lima-k3s Ready control-plane,master 69s v1.21.1+k3s1
1111

1212
images:
13-
- location: "~/Downloads/hirsute-server-cloudimg-amd64.img"
13+
- location: "https://cloud-images.ubuntu.com/hirsute/current/hirsute-server-cloudimg-amd64.img"
1414
arch: "x86_64"
1515

16+
# Mounts are disabled in this example, but can be enabled optionally.
1617
mounts: []
1718

1819
ssh:
1920
localPort: 60022
2021

22+
# containerd is managed by k3s, not by Lima, so the values are set to false here.
2123
containerd:
2224
system: false
2325
user: false
@@ -38,5 +40,5 @@ probes:
3840
fi
3941
hint: |
4042
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.
4244
If that is still empty, check the bottom of the log at "/var/log/cloud-init-output.log".

0 commit comments

Comments
 (0)