kubezero/charts/kubezero-network/README.md

64 lines
2.7 KiB
Markdown
Raw Normal View History

2021-12-01 12:35:18 +00:00
# kubezero-network
2022-08-24 15:13:39 +00:00
![Version: 0.3.2](https://img.shields.io/badge/Version-0.3.2-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.20.0`
| Repository | Name | Version |
|------------|------|---------|
| | calico | 0.2.2 |
2022-08-24 15:13:39 +00:00
| https://cdn.zero-downtime.net/charts/ | kubezero-lib | >= 0.1.5 |
| https://helm.cilium.io/ | cilium | 1.12.1 |
| https://metallb.github.io/metallb | metallb | 0.13.4 |
2021-12-01 12:35:18 +00:00
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| calico.enabled | bool | `false` | |
2022-08-24 15:13:39 +00:00
| cilium.cgroup.autoMount.enabled | bool | `false` | |
| cilium.cgroup.hostRoot | string | `"/sys/fs/cgroup"` | |
| cilium.cluster.id | int | `1` | |
| cilium.cluster.name | string | `"default"` | |
| cilium.cni.binPath | string | `"/usr/libexec/cni"` | |
| cilium.cni.exclusive | bool | `false` | |
| cilium.containerRuntime.integration | string | `"crio"` | |
2021-12-01 12:35:18 +00:00
| cilium.enabled | bool | `false` | |
| cilium.hubble.enabled | bool | `false` | |
| cilium.ipam.operator.clusterPoolIPv4PodCIDRList[0] | string | `"10.1.0.0/16"` | |
| cilium.l2NeighDiscovery.enabled | bool | `false` | |
2022-08-24 15:13:39 +00:00
| cilium.l7Proxy | bool | `false` | |
| cilium.nodePort.enabled | bool | `false` | |
2022-08-24 15:13:39 +00:00
| 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"` | |
| cilium.policyEnforcementMode | string | `"audit"` | |
| 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"` | |
| metallb.enabled | bool | `false` | |
2022-08-24 15:13:39 +00:00
| metallb.ipAddressPools | list | `[]` | |
2021-12-01 12:35:18 +00:00
| metallb.psp.create | bool | `false` | |
2022-08-24 15:13:39 +00:00
| multus.clusterNetwork | string | `"calico"` | |
| multus.defaultNetworks | list | `[]` | |
2021-12-01 12:35:18 +00:00
| multus.enabled | bool | `false` | |
2022-08-24 15:13:39 +00:00
| multus.readinessindicatorfile | string | `"/etc/cni/net.d/10-calico.conflist"` | |
| multus.tag | string | `"v3.9.1"` | |