-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Open
Labels
area/cluster-autoscalerkind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Description
Problem
Right now, the cluster-autoscaler E2E test scripts are pretty much locked into GCE, which works fine for Prow jobs since they have plenty of GCP projects to play with, but it’s a total drag for local development.
Proposed solution
Waiting on cloud infrastructure every time you want to run a test is a huge time-sink. To fix this, we could leverage a KWOK (Kubernetes Without Kubelet) cluster to make the whole setup much faster and more lightweight. There’s already a POC for this over at PR #8945 by @norbertcyran that shows how we can streamline the process.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/cluster-autoscalerkind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.