Lena Garber

Results 4 issues of Lena Garber

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...

Proposed changes ====== This pull request adds an option to the LKE UI component for provisioning and updating Linode Kubernetes Engine clusters with [High Availability Control Planes](https://www.linode.com/docs/guides/introduction-to-high-availability/). Types of changes...

This pull request replaces all uses of `client.WaitForEventFinished(...)` with the equivalent `EventPoller` logic. This should significantly reduce the number of context deadline errors caused by time desyncs.

This pull request alters the `EventPoller` logic to continue polling on `notification` event statuses. This is necessary for scheduled events that haven't run yet.