Skip to content

Commit 2fbbca6

Browse files
committed
Remove remants of broken stuff - nvidia/autoscaling
Signed-off-by: Davanum Srinivas <[email protected]>
1 parent c9d6fd9 commit 2fbbca6

File tree

10 files changed

+0
-3217
lines changed

10 files changed

+0
-3217
lines changed

cluster/addons/device-plugins/nvidia-gpu/daemonset.yaml

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

cluster/gce/gci/configure-helper.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2943,9 +2943,6 @@ EOF
29432943
sed -i -e "s@{{ metrics_server_memory_per_node }}@${metrics_server_memory_per_node}@g" "${metrics_server_yaml}"
29442944
sed -i -e "s@{{ metrics_server_min_cluster_size }}@${metrics_server_min_cluster_size}@g" "${metrics_server_yaml}"
29452945
fi
2946-
if [[ "${ENABLE_NVIDIA_GPU_DEVICE_PLUGIN:-}" == "true" ]]; then
2947-
setup-addon-manifests "addons" "device-plugins/nvidia-gpu"
2948-
fi
29492946
# Setting up the konnectivity-agent daemonset
29502947
if [[ "${RUN_KONNECTIVITY_PODS:-false}" == "true" ]]; then
29512948
setup-addon-manifests "addons" "konnectivity-agent"

cluster/gce/util.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,11 +1512,6 @@ EOF
15121512
if [ -n "${CLUSTER_SIGNING_DURATION:-}" ]; then
15131513
cat >>"$file" <<EOF
15141514
CLUSTER_SIGNING_DURATION: $(yaml-quote "${CLUSTER_SIGNING_DURATION}")
1515-
EOF
1516-
fi
1517-
if [[ "${NODE_ACCELERATORS:-}" == *"type=nvidia"* ]]; then
1518-
cat >>"$file" <<EOF
1519-
ENABLE_NVIDIA_GPU_DEVICE_PLUGIN: $(yaml-quote "true")
15201515
EOF
15211516
fi
15221517
if [ -n "${ADDON_MANAGER_LEADER_ELECTION:-}" ]; then

test/e2e/autoscaling/autoscaling_timer.go

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

0 commit comments

Comments
 (0)