Skip to content

docs: BPFmasquarade usage for helm option is wrong #12219

@rreinurm

Description

@rreinurm

Bug report

General Information
Cilium documentation and actual helm chart has simple mismatch with bpfMasquerade option which should set enable-bpf-masquerade value for Kubernetes manifest configmap.

How to reproduce the issue
According to referenced documentation:

  1. Run simple helm command helm template cilium cilium/cilium --version v1.8.0-rc4 --set global.bpfMasquerade=false |grep enable-bpf-masquerade
  2. Expected result enable-bpf-masquerade: "false", but got enable-bpf-masquerade: "true"

Based on discussion in chat correct option should be config.bpfMasquerade instead of global.bpfMasquerade. However most of the helm keys start with prefix global.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/documentationImpacts the documentation, including textual changes, sphinx, or other doc generation code.good-first-issueGood starting point for new developers, which requires minimal understanding of Cilium.kind/bugThis is a bug in the Cilium logic.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions