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
+5-4
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@
6
6
7
7
A lightweight Kubernetes engine that deploys `k3s` clusters declaratively based on a cluster configuration file. The name is an abbreviation for _k3s engine_ and a hommage to the German word for cheese, _Käse [ˈkɛːzə]_.
8
8
9
+
**🐉 Here be dragons:** As the version indicates, this is experimental software. The API is subject to change and there are no stability guarantees. Use at your own risk. We recommend to have a disaster recovery strategy in place.
10
+
9
11
## Quickstart 💡
10
12
11
13
If you want to test `k3se` you can use [Vagrant][website-vagrant]. All examples in the `examples/` folder can be used with the provided `Vagrantfile` that provisions 3 Ubuntu VMs. To bring up the VMs you can run the following command:
The following features are currently not supported, but are planned for future releases:
34
36
35
-
-**High availability**
36
-
Currently the installation will fail if more than a single node with the role `server` is specified.
37
-
38
37
-**Downsizing**
39
-
If nodes are removed from the cluster configuration, they are not decommissioned. We plan to enable this feature in the future using the `git` history of the cluster configuration.
38
+
If nodes are removed from the cluster configuration, they are not decommissioned. We plan to enable this feature in the future; performing operations similar to `kubectl cordon` and `kubectl drain` automagically.
39
+
-**Diffing**
40
+
Using the `git` history of the cluster configuration to display potential actions that can be taken to bring the cluster up to date with the configuration.
0 commit comments