GoogleCloudPlatform / k8s-cloud-provider

Support code for implementing a Kubernetes cloud provider for Google Cloud Platform
Apache License 2.0
37 stars 46 forks source link

e2e tests orphan resources on timeout #232

Closed briantkennedy closed 2 days ago

briantkennedy commented 1 week ago

When a timeout is encountered, the e2e tests skip teardown and orphan resources. Subsequent runs use a different prefix, so running again will not clean the resources from a prior test. Add a utility to allow for automated removal of all test-prefixed resources from the user's cloud project.