• EnglishEspañol日本語한국어Português
  • ログイン今すぐ開始

この機械翻訳は、参考として提供されています。

英語版と翻訳版に矛盾がある場合は、英語版が優先されます。詳細については、このページを参照してください。

問題を作成する

Helm 構成はグローバルには適用されません

問題

New RelicKubernetesのnri-bundle values.yamlHelm を使用した の インテグレーション のインストール手順 は完了しましたが、Helm テンプレートは の一部の グローバル値 を尊重していません。

解決

以下の例のように、チャートを直接指定します。

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
Copyright © 2024 New Relic株式会社。

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