Skip to content

DRA instructions missing safe-to-evict annotation on nvidia-driver-installer, preventing down scaling #1740

@alpha-amundson

Description

@alpha-amundson

node pools for the DRA instructions don't scale down because the nvidia-driver-installer manual install doesn't have safe-to-evict annotation.

Adding it like so fixed the problem:

kubectl patch daemonset nvidia-driver-installer -n kube-system -p         
  '{"spec":{"template":{"metadata":{"annotations":{"cluster-autoscaler.       
  kubernetes.io/safe-to-evict": "true"}}}}}'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions