Role k3s_common
deploy common components for K3S cluster servers and agents
Variables
Name | Value | Description | Required |
---|---|---|---|
cluster_cidr | {{ (server_config_yaml | from_yaml)[‘cluster-cidr’] | default(‘10.42.0.0/16’) }} |
k3s_version | v1.32.4+k3s1 | <none> | false |
service_cidr | {{ (server_config_yaml | from_yaml)[‘service-cidr’] | default(‘10.43.0.0/16’) }} |