File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8383 skyhook.nvidia.com/node-type : worker
8484 packages :
8585 kdump :
86- version : 1.0 .0
87- image : ghcr.io/nvidia/skyhook-packages/kdump:1.0 .0
86+ version : 1.1 .0
87+ image : ghcr.io/nvidia/skyhook-packages/kdump:1.1 .0
8888 interrupt :
8989 type : reboot # required for crashkernel parameter to take effect
9090 configInterrupts :
@@ -106,8 +106,8 @@ spec:
106106 skyhook.nvidia.com/node-type : worker
107107 packages :
108108 kdump :
109- version : 1.0 .0
110- image : ghcr.io/nvidia/skyhook-packages/kdump:1.0 .0
109+ version : 1.1 .0
110+ image : ghcr.io/nvidia/skyhook-packages/kdump:1.1 .0
111111 interrupt :
112112 type : reboot # required for crashkernel parameter to take effect
113113 configInterrupts :
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ source /etc/os-release
2828case $ID in
2929 ubuntu* | debian* )
3030 export DEBIAN_FRONTEND=noninteractive
31- apt update -y && apt upgrade -y
31+ apt update -y
3232 apt install -o DPKG::Lock::Timeout=60 -y kdump-tools
3333
3434 SERVICE_NAME=" kdump-tools"
You can’t perform that action at this time.
0 commit comments