Skip to content

Commit 29b7cb5

Browse files
committed
Merge remote-tracking branch 'upstream/main' into TTLandPVC-as-Helm-values
2 parents 76a3edd + 1405bcd commit 29b7cb5

12 files changed

Lines changed: 347 additions & 229 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This turns on health monitoring only. NVSentinel watches your GPUs and system lo
5252
> If your GPU nodes get their NVIDIA driver from the host image instead of the GPU Operator's driver DaemonSet, add `--set labeler.assumeDriverInstalled=true` to every NVSentinel install/upgrade command below.
5353
5454
```bash
55-
NVSENTINEL_VERSION=v1.19.0
55+
NVSENTINEL_VERSION=v1.20.0
5656

5757
# Drop the --set podMonitor.enabled=false flag if prometheus is installed
5858
helm install nvsentinel oci://ghcr.io/nvidia/nvsentinel \

distros/kubernetes/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ helm install prometheus prometheus-community/kube-prometheus-stack \
3636
```bash
3737
# Install with default configuration
3838
helm install nvsentinel oci://ghcr.io/nvidia/nvsentinel \
39-
--version v1.19.0 \
39+
--version v1.20.0 \
4040
--namespace nvsentinel \
4141
--create-namespace
4242

4343
# Upgrade to a new version
4444
helm upgrade nvsentinel oci://ghcr.io/nvidia/nvsentinel \
45-
--version v1.19.0 \
45+
--version v1.20.0 \
4646
--namespace nvsentinel
4747

4848
# Uninstall
@@ -326,5 +326,5 @@ For detailed documentation of all available configuration options, see:
326326
To view all options from the published chart:
327327

328328
```bash
329-
helm show values oci://ghcr.io/nvidia/nvsentinel --version v1.19.0
329+
helm show values oci://ghcr.io/nvidia/nvsentinel --version v1.20.0
330330
```

docs/OVERVIEW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ NVSentinel is designed to work with any GPU supported by the NVIDIA GPU Operator
6464

6565
```bash
6666
helm install nvsentinel oci://ghcr.io/nvidia/nvsentinel \
67-
--version v1.19.0 \
67+
--version v1.20.0 \
6868
--namespace nvsentinel \
6969
--create-namespace
7070
```

fault-quarantine/pkg/informer/k8s_client_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ func TestQuarantineNodeAndSetAnnotations_QPSControlledCordonThroughput_HigherQPS
198198
t.Logf("cordon throughput: low QPS=%.2f nodes/s, high QPS=%.2f nodes/s, ratio=%.2fx",
199199
lowRate, highRate, throughputRatio)
200200

201-
assert.GreaterOrEqual(t, throughputRatio, 8.0)
202-
assert.LessOrEqual(t, throughputRatio, 11.0)
201+
assert.GreaterOrEqual(t, throughputRatio, 6.0)
202+
assert.LessOrEqual(t, throughputRatio, 14.0)
203203
}
204204

205205
func TestQuarantineNodeAndSetAnnotations(t *testing.T) {

fern/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ products:
1616
slug: /
1717
path: ../docs/index.yml
1818
versions:
19+
- display-name: v1.20.0
20+
path: versions/v1.20.0.yml
21+
slug: v1.20.0
22+
availability: stable
1923
- display-name: v1.19.0
2024
path: versions/v1.19.0.yml
2125
slug: v1.19.0
@@ -24,10 +28,6 @@ products:
2428
path: versions/v1.18.0.yml
2529
slug: v1.18.0
2630
availability: stable
27-
- display-name: v1.17.0
28-
path: versions/v1.17.0.yml
29-
slug: v1.17.0
30-
availability: stable
3131
redirects:
3232
- source: "/nvsentinel/index.html"
3333
destination: "/nvsentinel/"

fern/versions/v1.17.0.yml

Lines changed: 0 additions & 171 deletions
This file was deleted.

0 commit comments

Comments
 (0)