Commit 9b449e0
committed
test: strip GPU monitor sidecar from cluster e2e overlay
The GCE cluster e2e jobs now deploy NPD via test/e2e/manifests/deploy-npd.sh,
which kustomize-builds the production deployment/ manifests and waits for the
node-problem-detector DaemonSet to roll out.
This PR's deployment/node-problem-detector.yaml wires in the example GPU
monitor sidecar (gpu-monitor:latest image, NVIDIA host devices, a gRPC socket)
and adds --config.external-monitor on the main container. None of that is
available on the GPU-less GCE e2e nodes: the sidecar image cannot be pulled,
so the DaemonSet never becomes Ready and deploy-npd.sh's rollout wait fails.
Patch the e2e overlay to drop the GPU sidecar, its NVIDIA volumes, and the
--config.external-monitor flag so e2e exercises only the standard system-log
monitors. The production deployment manifest is unchanged.
Signed-off-by: Davanum Srinivas <davanum@gmail.com>1 parent 2ae6849 commit 9b449e0
1 file changed
Lines changed: 35 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
0 commit comments