ui
ui copied to clipboard
fix: Only display valid Linode types for LKE node pools
This pull request alters the Linode LKE node pool type filtering logic to only include valid instance types. Previously the filter would allow certain invalid types and exclude valid types (highmem).
See: https://www.linode.com/docs/api/linode-types/#type-view__responses
Related issue: https://github.com/rancher/dashboard/issues/6424