Skip to content

Commit

Permalink
feat(container-v1): Support for DCGM monitoring (#26447)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] authored Jul 15, 2024
1 parent 03af395 commit a4c9def
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4588,6 +4588,7 @@ module Channel
# Gateway API support is disabled
CHANNEL_DISABLED = 1

# Deprecated: use CHANNEL_STANDARD instead.
# Gateway API support is enabled, experimental CRDs are installed
CHANNEL_EXPERIMENTAL = 3

Expand Down Expand Up @@ -5543,6 +5544,9 @@ module Component

# KUBELET
KUBELET = 14

# NVIDIA Data Center GPU Manager (DCGM)
DCGM = 15
end
end

Expand Down

0 comments on commit a4c9def

Please sign in to comment.