projectcalico/calico

Set the flag `usageReportingEnabled` to `false` it's not being applied

Ouverte

#11 341 ouverte le 7 nov. 2025

 (14 commentaires) (0 réaction) (0 personne assignée)Go (1 594 forks)auto 404
help wantedimpact/lowkind/buglikelihood/lowtriage/eternal

Métriques du dépôt

Stars
 (7 292 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

The flag usageReportingEnabled is set to false, it's not being applied The change: In values.yaml file was added the following configuration:

defaultFelixConfiguration:
  enabled: true
  usageReportingEnabled: false

Expected Behavior

We expected to have the usageReportingEnabled: false in FelixConfiguration (crd.projectcalico.org/v3 and also in the projectcalico.org/v1)

Current Behavior

In the end, there was no difference after adding the field.

Steps to Reproduce (for bugs)

In values.yaml

  1. In block defaultFelixConfiguration
  2. change enabled: true
  3. add usageReportingEnabled: false

we also tried changing the field reportingInterval, and that one was applied correctly

Your Environment

  • Calico version: 3.30.1
  • k8s version: 1.32.5

Guide contributeur