Skip to content

Commit 79383fe

Browse files
committed
added k3s readme
1 parent 22a4e6d commit 79383fe

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

ansible/roles/k3s/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
k3s
2+
=====
3+
4+
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

Comments
 (0)