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 respectednewrelic-infrastructure: kubelet: tolerations: - key: role operator: Exists effect: NoSchedule