-
Notifications
You must be signed in to change notification settings - Fork 22
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
Regional GKE clusters arent listed using current Clusters.List() implementation #108
Comments
Hey @Alphasite! I was in the process of doing those upgrades and cleanup but if you'd like to make an MR for the changes, please do! |
Would you prefer i do them as separate PRs or is 1 big one ok? |
Could you do two: one for vendor/ginkgo and one for gcp clusters? |
Sure, thanks! And i'm glad this project is still alive, i appreciate the responsiveness! I was almost tempted to ping @rowanjacobs and ask 😅. |
(If there is anything we can do to help, please let me know) |
Resolved in #111 (Is the convention to leave an issue open until its fix is merged or released?) |
I have some ci work to do to move from concourse to github actions and then I plan to use that to cut a new release. Are you able to use the master branch for your purposes for now? |
Yeah, it’s not an issue at all, I’m just using a build off main and it’s
working great, thank you for looking at it so quickly!
…On Wed, May 10, 2023 at 3:43 PM, Genevieve ***@***.***> wrote:
I have some ci work to do to move from concourse to github actions and
then I plan to use that to cut a new release. Are you able to use the
master branch for your purposes for now?
—
Reply to this email directly, view it on GitHub
<#108 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGAARPCS73CK7442MKR4LLXFQKZBANCNFSM6AAAAAAX46S2N4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
As per the title the current approach of listing cluster per zone misses regional clusters, so we should be using this API which allows listing clusters across all regions (and as a plus this should give a nice perf boost).
I have the relevant changes in my own fork: https://github.com/Alphasite/leftovers (and some cleanup to bump ginkgo and remove the vendor directory since newer go tooling doesn't play extremely well with it).
The text was updated successfully, but these errors were encountered: