kubezero/charts/kubezero-network/README.md

62 lines
2.7 KiB
Markdown
Raw Normal View History

2021-12-01 12:35:18 +00:00
# kubezero-network
2022-11-09 16:08:22 +00:00
![Version: 0.4.1](https://img.shields.io/badge/Version-0.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
2021-12-01 12:35:18 +00:00
KubeZero umbrella chart for all things network
**Homepage:** <https://kubezero.com>
## Maintainers
| Name | Email | Url |
| ---- | ------ | --- |
| Stefan Reimer | <stefan@zero-downtime.net> | |
2021-12-01 12:35:18 +00:00
## Requirements
Kubernetes: `>= 1.24.0`
2021-12-01 12:35:18 +00:00
| Repository | Name | Version |
|------------|------|---------|
2022-08-24 15:13:39 +00:00
| https://cdn.zero-downtime.net/charts/ | kubezero-lib | >= 0.1.5 |
2022-11-09 16:08:22 +00:00
| https://helm.cilium.io/ | cilium | 1.12.3 |
| https://metallb.github.io/metallb | metallb | 0.13.7 |
2021-12-01 12:35:18 +00:00
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
2022-09-28 15:41:30 +00:00
| cilium.bpf.hostLegacyRouting | bool | `true` | |
2022-08-24 15:13:39 +00:00
| cilium.cgroup.autoMount.enabled | bool | `false` | |
| cilium.cgroup.hostRoot | string | `"/sys/fs/cgroup"` | |
2022-09-28 15:41:30 +00:00
| cilium.cluster.id | int | `240` | |
2022-08-24 15:13:39 +00:00
| cilium.cluster.name | string | `"default"` | |
| cilium.cni.binPath | string | `"/usr/libexec/cni"` | |
| cilium.cni.logFile | string | `"/var/log/cilium-cni.log"` | |
| cilium.containerRuntime.integration | string | `"crio"` | |
2021-12-01 12:35:18 +00:00
| cilium.enabled | bool | `false` | |
| cilium.hubble.enabled | bool | `false` | |
2022-09-28 15:41:30 +00:00
| cilium.ipam.operator.clusterPoolIPv4PodCIDRList[0] | string | `"10.240.0.0/16"` | |
2022-08-24 15:13:39 +00:00
| cilium.l7Proxy | bool | `false` | |
| cilium.operator.nodeSelector."node-role.kubernetes.io/control-plane" | string | `""` | |
| cilium.operator.replicas | int | `1` | |
2022-08-24 15:13:39 +00:00
| cilium.operator.tolerations[0].effect | string | `"NoSchedule"` | |
| cilium.operator.tolerations[0].key | string | `"node-role.kubernetes.io/master"` | |
2022-10-27 12:27:42 +00:00
| cilium.operator.tolerations[1].effect | string | `"NoSchedule"` | |
| cilium.operator.tolerations[1].key | string | `"node-role.kubernetes.io/control-plane"` | |
| cilium.prometheus.enabled | bool | `false` | |
| cilium.prometheus.port | int | `9091` | |
| cilium.securityContext.privileged | bool | `true` | |
| cilium.tunnel | string | `"geneve"` | |
| metallb.controller.nodeSelector."node-role.kubernetes.io/control-plane" | string | `""` | |
2021-12-01 12:35:18 +00:00
| metallb.controller.tolerations[0].effect | string | `"NoSchedule"` | |
| metallb.controller.tolerations[0].key | string | `"node-role.kubernetes.io/master"` | |
2022-10-27 12:27:42 +00:00
| metallb.controller.tolerations[1].effect | string | `"NoSchedule"` | |
| metallb.controller.tolerations[1].key | string | `"node-role.kubernetes.io/control-plane"` | |
2021-12-01 12:35:18 +00:00
| metallb.enabled | bool | `false` | |
2022-08-24 15:13:39 +00:00
| metallb.ipAddressPools | list | `[]` | |
| multus.clusterNetwork | string | `"cilium"` | |
| multus.defaultNetworks | list | `[]` | |
2021-12-01 12:35:18 +00:00
| multus.enabled | bool | `false` | |
2022-11-09 16:08:22 +00:00
| multus.tag | string | `"v3.9.2"` | |