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.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -326,6 +326,7 @@ k3sup plan \
326
326
devices.json \
327
327
--user ubuntu \
328
328
--servers 3 \
329
+
--server-k3s-extra-args "--disable traefik"
329
330
--background > bootstrap.sh
330
331
```
331
332
@@ -338,7 +339,7 @@ chmod +x bootstrap.sh
338
339
339
340
Watch a demo with dozens of Firecracker VMs: [Testing Kubernetes at Scale with bare-metal](https://youtu.be/o4UxRw-Cc8c)
340
341
341
-
The initial version of `k3sup plan` has a reduced set of flagssuch as `--k3s-extra-args`, but contributions are welcomed from users and sponsors.
342
+
The initial version of `k3sup plan` has a reduced set of flags. Flags such as `--k3s-version` and `--datastore` are not available, but feel free to propose an issue with what you need.
342
343
343
344
### Create a multi-master (HA) setup with external SQL
0 commit comments