description:Docker runtime. Enable only one runtime.
type:boolean
label:Docker Runtime
show_subquestion_if:true
group:"Container Runtime"
subquestions:
- variable:docker.path
default:"/var/run/docker.sock"
description:"Docker Runtime Path"
type:string
label:Runtime Path
- variable:containerd.enabled
default:"false"
description:Containerd runtime. Enable only one runtime.
type:boolean
label:Containerd Runtime
show_subquestion_if:true
group:"Container Runtime"
subquestions:
- variable:containerd.path
default:" /var/run/containerd/containerd.sock"
description:"Containerd Runtime Path"
type:string
label:Runtime Path
- variable:crio.enabled
default:"false"
description:CRI-O runtime. Enable only one runtime.
type:boolean
label:CRI-O Runtime
show_subquestion_if:true
group:"Container Runtime"
subquestions:
- variable:crio.path
default:"/var/run/crio/crio.sock"
description:"CRI-O Runtime Path"
type:string
label:Runtime Path
- variable:k3s.enabled
default:"false"
description:k3s containerd runtime. Enable only one runtime.
type:boolean
label:k3s Containerd Runtime
show_subquestion_if:true
group:"Container Runtime"
subquestions:
- variable:k3s.runtimePath
default:" /run/k3s/containerd/containerd.sock"
description:"k3s Containerd Runtime Path"
type:string
label:Runtime Path
#storage configurations
- variable:controller.pvc.enabled
default:false
description:If true, enable persistence for controller using PVC
type:boolean
label:PVC status
group:"PVC Configuration"
- variable:controller.pvc.storageClass
default:""
description:Storage Class to be used
type:string
label:Storage Class Name
group:"PVC Configuration"
#ingress configurations
- variable:manager.ingress.enabled
default:false
description:If true, create ingress, must also set ingress host value
type:boolean
label:Manager ingress status
group:"Ingress Configuration"
- variable:manager.ingress.host
default:""
description:Must set this host value if ingress is enabled
type:string
label:Manager Ingress host
group:"Ingress Configuration"
- variable:manager.ingress.path
default:"/"
description:Set ingress path
type:string
label:Manager Ingress path
group:"Ingress Configuration"
- variable:manager.ingress.annotations
default:"{}"
description:Add annotations to ingress to influence behavior. Please use the 'Edit as YAML' feature in the Rancher UI to add single or multiple lines of annotation.
type:string
label:Manager Ingress annotations
group:"Ingress Configuration"
- variable:controller.ingress.enabled
default:false
description:If true, create ingress for rest api, must also set ingress host value
type:boolean
label:Controller ingress status
group:"Ingress Configuration"
- variable:controller.ingress.host
default:""
description:Must set this host value if ingress is enabled
type:string
label:Controller Ingress host
group:"Ingress Configuration"
- variable:controller.ingress.path
default:"/"
description:Set ingress path
type:string
label:Controller Ingress path
group:"Ingress Configuration"
- variable:controller.ingress.annotations
default:"{}"
description:Add annotations to ingress to influence behavior. Please use the 'Edit as YAML' feature in the Rancher UI to add single or multiple lines of annotation.
type:string
label:Controller Ingress annotations
group:"Ingress Configuration"
#service configurations
- variable:manager.svc.type
default:"NodePort"
description:Set manager service type for native Kubernetes
type:enum
label:Manager service type
group:"Service Configuration"
options:
- "NodePort"
- "ClusterIP"
- "LoadBalancer"
- variable:controller.federation.mastersvc.type
default:""
description:Multi-cluster master cluster service type. If specified, the deployment will be used to manage other clusters. Possible values include NodePort, LoadBalancer and Ingress
type:enum
label:Fed Master Service Type
group:"Service Configuration"
options:
- "NodePort"
- "Ingress"
- "LoadBalancer"
- variable:controller.federation.managedsvc.type
default:""
description:Multi-cluster managed cluster service type. If specified, the deployment will be managed by the master clsuter. Possible values include NodePort, LoadBalancer and Ingress