• /
  • EnglishEspañolFrançais日本語한국어Português
  • Se connecterDémarrer

Cette traduction automatique est fournie pour votre commodité.

En cas d'incohérence entre la version anglaise et la version traduite, la version anglaise prévaudra. Veuillez visiter cette page pour plus d'informations.

Créer un problème

La configuration Helm n'est pas appliquée globalement

Problème

Vous avez installé l' intégration Kubernetes de New Relic avec Helm pour nri-bundle, mais nos modèles Helm ne respectent pas certaines valeurs globales dans votre values.yaml.

Solution

Spécifiez directement le graphique, comme dans l'exemple ci-dessous :

global:
licenseKey: <set_elsewhere>
cluster: <set_elsewhere>
tolerations: # We are interested in setting this toleration for our pods, but the global value is not respected for some reason
- key: role
operator: Exists
effect: NoSchedule
# Directly specify the chart, and the desired pod toleration will always be respected
newrelic-infrastructure:
kubelet:
tolerations:
- key: role
operator: Exists
effect: NoSchedule
Droits d'auteur © 2025 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.