mirror of https://github.com/k3s-io/k3s
15 lines
468 B
YAML
15 lines
468 B
YAML
options:
|
|
version:
|
|
type: string
|
|
default: "v1.1.7"
|
|
description: |
|
|
The version of Kubernetes to use in this charm. The version is
|
|
inserted in the configuration files that specify the hyperkube
|
|
container to use when starting a Kubernetes cluster. Changing this
|
|
value will restart the Kubernetes cluster.
|
|
cidr:
|
|
type: string
|
|
default: 10.1.0.0/16
|
|
description: |
|
|
Network CIDR to assign to K8s service groups
|