Auto-generate chart README [no ci]

This commit is contained in:
k8s-at-home[bot] 2021-06-22 08:48:21 +00:00
parent d4bfcc43a8
commit 86e5851a3c

View File

@ -91,20 +91,15 @@ rm -rf /var/lib/rancher/k3s/agent/etc/cni/net.d/*multus*
| Key | Type | Default | Description | | Key | Type | Default | Description |
|-----|------|---------|-------------| |-----|------|---------|-------------|
| args | list | `["--multus-conf-file=auto","--cleanup-config-on-exit=true","--cni-version=0.3.1","--multus-kubeconfig-file-host=/var/lib/rancher/k3s/agent/etc/cni/net.d/multus.d/multus.kubeconfig"]` | Arguments used by the Multus installer. See https://github.com/k8snetworkplumbingwg/multus-cni/blob/master/docs/how-to-use.md If you are not using k3s you will need to adjust the multus-kubeconfig. | | cni.image.pullPolicy | string | `"IfNotPresent"` | CNI installer pull policy |
| command | list | `["/entrypoint.sh"]` | Command used by the Multus installer | | cni.image.repository | string | `"ghcr.io/k8s-at-home/cni-plugins"` | CNI installer repostory |
| controller.type | string | `"daemonset"` | deploy to all nodes | | cni.image.tag | string | `"v0.9.1"` | CNI installer tag |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | cni.paths.bin | string | `"/var/lib/rancher/k3s/data/current/bin"` | CNI plugin binaries folder for k3s. Change to `/opt/cni/bin` for non k3s |
| image.repository | string | `"ghcr.io/k8snetworkplumbingwg/multus-cni"` | image repostory | | cni.paths.config | string | `"/var/lib/rancher/k3s/agent/etc/cni/net.d"` | CNI config folder for k3s. Change to `/etc/cni/net.d` for non k3s |
| image.tag | string | `"v3.7.1"` | image tag | | cni.paths.version | string | `"0.3.1"` | CNI interface version |
| initContainers | list | `[{"image":"ghcr.io/k8s-at-home/cni-plugins:v0.9.1","name":"cni-installer","volumeMounts":[{"mountPath":"/host/opt/cni/bin","name":"cnibin"}]}]` | Init container that install reference CNI plugins | | image.pullPolicy | string | `"IfNotPresent"` | multus installer pull policy |
| initContainers[0].image | string | `"ghcr.io/k8s-at-home/cni-plugins:v0.9.1"` | CNI installer image | | image.repository | string | `"ghcr.io/k8snetworkplumbingwg/multus-cni"` | multus installer repostory |
| initContainers[0].volumeMounts | list | see values.yaml | Mounts host CNI binary folder | | image.tag | string | `"v3.7.1"` | multus installer tag |
| persistence | object | see values.yaml | Configures volumes used by the multus installer. Set by default for k3s. |
| probes | object | see values.yaml | Disable probes as installer completes after installing |
| securityContext | object | `{"privileged":true}` | Need to run as privileged to install |
| service | object | see values.yaml | Disable probes as installer completes after installing |
| serviceAccount.create | bool | `true` | create needed service account |
## Changelog ## Changelog