Skip to content

Commit

Permalink
Added config to enable hubble in cilium
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Bonafiglia <[email protected]>
  • Loading branch information
rbrtbnfgl committed Feb 23, 2024
1 parent 1a10a0d commit 58ae5a6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/install/network_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,27 @@ spec:

For more information, please check the [upstream docs](https://docs.cilium.io/en/stable/network/kubernetes/kubeproxy-free/)

Cilium included also an osservability platform called [Hubble](https://docs.cilium.io/en/stable/overview/intro/#what-is-hubble)
To enable Hubble the following configuration is required:

```yaml
# /var/lib/rancher/rke2/server/manifests/rke2-cilium-config.yaml
---
apiVersion: helm.cattle.io/v1
kind: HelmChartConfig
metadata:
name: rke2-cilium
namespace: kube-system
spec:
valuesContent: |-
hubble:
enabled: true
relay:
enabled: true
ui:
enabled: true
```

:::warning
Cilium is currently not supported in the Windows installation of RKE2
:::
Expand Down

0 comments on commit 58ae5a6

Please sign in to comment.