mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-27 03:44:04 +00:00
29 lines
1022 B
YAML
29 lines
1022 B
YAML
options:
|
|
enable-dashboard-addons:
|
|
type: boolean
|
|
default: True
|
|
description: Deploy the Kubernetes Dashboard and Heapster addons
|
|
dns_domain:
|
|
type: string
|
|
default: cluster.local
|
|
description: The local domain for cluster dns
|
|
service-cidr:
|
|
type: string
|
|
default: 10.152.183.0/24
|
|
description: CIDR to user for Kubernetes services. Cannot be changed after deployment.
|
|
allow-privileged:
|
|
type: string
|
|
default: "auto"
|
|
description: |
|
|
Allow kube-apiserver to run in privileged mode. Supported values are
|
|
"true", "false", and "auto". If "true", kube-apiserver will run in
|
|
privileged mode by default. If "false", kube-apiserver will never run in
|
|
privileged mode. If "auto", kube-apiserver will not run in privileged
|
|
mode by default, but will switch to privileged mode if gpu hardware is
|
|
detected on a worker node.
|
|
channel:
|
|
type: string
|
|
default: "stable"
|
|
description: |
|
|
Snap channel to install Kubernetes master services from
|