@akamai/openapi-ts
    Preparing search index...

    Function putLkeNodePool

    • Update a node pool

      Updates a node pool's count, labels and taints, and autoscaler configuration.

      Linodes are created or deleted to match changes to the Node Pool's count.

      Specifying labels or taints on update overwrites any previous values, and updates existing nodes with the new values without a recycle.

      Any local storage on deleted Linodes (such as hostPath and emptyDir volumes, or local PersistentVolumes) will be erased.

      <>


      • CLI.
      linode-cli lke pool-update 12345 456 \
      --count 6 \
      --autoscaler.enabled true \
      --autoscaler.max 12 \
      --autoscaler.min 3 \
      --labels '{ "example.com/my-app":"team1", "env":"staging" }' \
      --taints.effect "NoSchedule" \
      --taints.key "example.com/my-app" \
      --taints.value "teamA"

      Learn more...

      • OAuth scopes.
      lke:read_write
      

      Learn more...

      Type Parameters

      • ThrowOnError extends boolean = true

      Returns RequestResult<PutLkeNodePoolResponses, unknown, ThrowOnError, "data">