19 lines
1.4 KiB
YAML
19 lines
1.4 KiB
YAML
questions:
|
|
- variable: config.cniNetDir
|
|
required: true
|
|
type: string
|
|
label: CNI Network Configuration Directory
|
|
group: "CNI Settings"
|
|
description: "Directory where the CNI config files reside on the host. This value depends on the kubernetes distribution and interface CNI Provider used. It can be fetched by running `crictl info -o go-template --template '{{.config.cni.confDir}}'` on your kubernetes host."
|
|
- variable: config.cniBinDir
|
|
required: true
|
|
type: string
|
|
label: CNI Plugin Binaries Directory
|
|
group: "CNI Settings"
|
|
description: "Directory where the CNI plugin binaries reside on the host. This value depends on the kubernetes distribution and interface CNI Provider used. It can be fetched by running `crictl info -o go-template --template '{{.config.cni.binDir}}'` on your kubernetes host."
|
|
- variable: config.installMode
|
|
required: true
|
|
label: CNI Plugin Installation Mode
|
|
group: "CNI Settings"
|
|
description: "Whether to install the CNI plugin as a `chained` plugin (default, required with most interface CNI providers) as a `standalone` plugin (required for use with Multus CNI, e.g. on OpenShift) or in `manual` mode, where no CNI network configuration is written. Please refer to the CNI installation documentation (https://github.com/airlock/microgateway?tab=readme-ov-file#deploy-airlock-microgateway-cni) to correctly setup the CNI Plugin for your environment."
|