@@ -25,9 +25,10 @@ helm uninstall eks-node-monitoring-agent --namespace kube-system
2525
2626The following table lists the configurable parameters for this chart and their default values.
2727
28+ <!-- table:start -->
2829| Key | Type | Default | Description |
2930| -----| ------| ---------| -------------|
30- | dcgmAgent.affinity | object | ( see [ ` values.yaml ` ] ( ./values.yaml ) ) | Map of dcgm pod affinities |
31+ | dcgmAgent.affinity | object | see [ ` values.yaml ` ] ( ./values.yaml ) | Map of dcgm pod affinities |
3132| dcgmAgent.image.account | string | ` "602401143452" ` | ECR repository account number for the dcgm-exporter |
3233| dcgmAgent.image.domain | string | ` "amazonaws.com" ` | ECR repository domain for the dcgm-exporter |
3334| dcgmAgent.image.endpoint | string | ` "ecr" ` | ECR repository endpoint for the dcgm-exporter |
@@ -39,17 +40,18 @@ The following table lists the configurable parameters for this chart and their d
3940| imagePullSecrets | list | ` [] ` | Docker registry pull secrets |
4041| nameOverride | string | ` "eks-node-monitoring-agent" ` | A name override for the chart |
4142| nodeAgent.additionalArgs | list | ` [] ` | List of addittional container arguments for the eks-node-monitoring-agent |
42- | nodeAgent.affinity | object | ( see [ ` values.yaml ` ] ( ./values.yaml ) ) | Map of pod affinities for the eks-node-monitoring-agent |
43+ | nodeAgent.affinity | object | see [ ` values.yaml ` ] ( ./values.yaml ) | Map of pod affinities for the eks-node-monitoring-agent |
4344| nodeAgent.image.account | string | ` "602401143452" ` | ECR repository account number for the eks-node-monitoring-agent |
4445| nodeAgent.image.domain | string | ` "amazonaws.com" ` | ECR repository domain for the eks-node-monitoring-agent |
4546| nodeAgent.image.endpoint | string | ` "ecr" ` | ECR repository endpoint for the eks-node-monitoring-agent |
4647| nodeAgent.image.pullPolicy | string | ` "IfNotPresent" ` | Container pull policyfor the eks-node-monitoring-agent |
4748| nodeAgent.image.region | string | ` "us-west-2" ` | ECR repository region for the eks-node-monitoring-agent |
48- | nodeAgent.image.tag | string | ` "v1.0.2 -eksbuild.2 " ` | Image tag for the eks-node-monitoring-agent |
49+ | nodeAgent.image.tag | string | ` "v1.1.0 -eksbuild.1 " ` | Image tag for the eks-node-monitoring-agent |
4950| nodeAgent.resources | object | ` {"limits":{"cpu":"250m","memory":"100Mi"},"requests":{"cpu":"10m","memory":"30Mi"}} ` | Container resources for the eks-node-monitoring-agent |
5051| nodeAgent.securityContext | object | ` {"capabilities":{"add":["NET_ADMIN"]},"privileged":true} ` | Container Security context for the eks-node-monitoring-agent |
5152| nodeAgent.tolerations | list | ` [{"operator":"Exists"}] ` | Deployment tolerations for the eks-node-monitoring-agent |
5253| updateStrategy | object | ` {"rollingUpdate":{"maxUnavailable":"10%"},"type":"RollingUpdate"} ` | Update strategy for all daemon sets |
54+ <!-- table:end -->
5355
5456Specify each parameter using the ` --set key=value[,key=value] ` argument to ` helm install ` or provide a YAML file
5557containing the values for the above parameters.
0 commit comments