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
Installs k3s agent and server services on nodes and an ansible-init playbook to activate them. The service that each node will activate on init is determined by OpenStack metadata. Also includes Helm install. Currently only supports a single k3s-server
5
+
(i.e one control node). Install based on the [official k3s ansible role](https://github.com/k3s-io/k3s-ansible).
6
+
7
+
8
+
Requirements
9
+
------------
10
+
11
+
`azimuth_cloud.image_utils.linux_ansible_init` must have been run previously on targeted nodes
12
+
13
+
Role Variables
14
+
--------------
15
+
16
+
-`k3s_version`: Optional str. K3s version to install, see [official releases](https://github.com/k3s-io/k3s/releases/).
0 commit comments