Commit Graph

5 Commits (a1951cdde156cb2a96bb7a1c3aae5d69f9802058)

Author SHA1 Message Date
Manuel Buil f525894f98 Fix Cilium typo
Signed-off-by: Manuel Buil <mbuil@suse.com>
2022-04-11 15:54:46 +02:00
Manuel Buil 1420c033d1 Add automatic support for dual-stack
Signed-off-by: Manuel Buil <mbuil@suse.com>
2022-04-11 12:07:40 +02:00
Manuel Buil 8ae028906a Update Cilium to 1.11.2
Signed-off-by: Manuel Buil <mbuil@suse.com>
2022-03-15 10:31:36 +01:00
Manuel Buil c1de89a662 Change Cilium to consume all variables
Signed-off-by: Manuel Buil <mbuil@suse.com>
2022-03-14 17:14:12 +01:00
Jaime Caamaño Ruiz 3d1dedcf2b Add cilium chart
The chart is organized in subcharts to clearly delimit supported vs
non-supported customization options, as follows:

- The main rke2-cilium chart which only supplies supported customization
  options through its values.yaml.
- Cilium upstream chart is pulled in as a subchart dependency and is
  patched to support a system default registry as a global variable.
- A rke2-cilium-hard-defaults subchart which supplies cilium options
  that change from upstream defaults for which we don't intend to
  support any customization.

All cilium options are scoped & accessible, for example:
`helm install rke2-cilium --set cilium.preflight.enabled=true`

Signed-off-by: Jaime Caamaño Ruiz <jcaamano@suse.com>
2021-04-06 12:55:27 +02:00