Skip to content

feat: Add flags to optionally disable DCGM Exporter, Neuron Monitor, and Windows resources #190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

KKamJi98
Copy link

Description of changes:
This change introduces new Helm chart flags:

  • .Values.dcgmExporter.enabled
  • .Values.neuronMonitor.enabled
  • .Values.windows.enabled
    By setting them to false, undesired resources (DCGM Exporter, Neuron Monitor, Windows) are not deployed, thereby preventing unnecessary warnings in logs.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link
Author

@KKamJi98 KKamJi98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR introduces optional flags to disable DCGM Exporter, Neuron Monitor, and Windows-specific CloudWatch Agent components in the Helm chart.

The goal is to make the chart more flexible across environments where those components are not needed.

Please let me know if any changes are required or if you'd like additional test coverage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant