Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(gke): allow synchronous cluster teardown #491

Merged
merged 8 commits into from
Jan 10, 2023
Merged

Conversation

czeslavo
Copy link
Contributor

DeleteCluster operation is asynchronous therefore we need to poll the operation status to tell if it's done.

Should resolve #485.

@czeslavo czeslavo added the area/feature New feature or request label Jan 10, 2023
@czeslavo czeslavo self-assigned this Jan 10, 2023
@czeslavo czeslavo marked this pull request as ready for review January 10, 2023 15:22
@czeslavo czeslavo requested a review from a team as a code owner January 10, 2023 15:22
Copy link
Member

@pmalek pmalek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 👍

test/e2e/gke_cluster_test.go Outdated Show resolved Hide resolved
pmalek
pmalek previously approved these changes Jan 10, 2023
CHANGELOG.md Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

codecov-commenter commented Jan 10, 2023

Codecov Report

Base: 6.73% // Head: 6.58% // Decreases project coverage by -0.15% ⚠️

Coverage data is based on head (d15c153) compared to base (87f493a).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff            @@
##            main    #491      +/-   ##
========================================
- Coverage   6.73%   6.58%   -0.16%     
========================================
  Files          8       8              
  Lines       1218    1246      +28     
========================================
  Hits          82      82              
- Misses      1131    1159      +28     
  Partials       5       5              
Impacted Files Coverage Δ
pkg/clusters/types/gke/builder.go 6.25% <0.00%> (-0.15%) ⬇️
pkg/clusters/types/gke/cluster.go 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

pmalek
pmalek previously approved these changes Jan 10, 2023
@czeslavo czeslavo enabled auto-merge (squash) January 10, 2023 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Confirm occupied IP ranges are released in Cleanup of GKE cluster
3 participants