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

fix(ClusterController): Fix GetClusters to return all providers clusterNames of an application (backport #6210) #6212

Merged
merged 1 commit into from
May 15, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented May 15, 2024

When an application includes clusters for more than 2 cloud-providers then the GET /clusters endpoint was returning only the last 2 providers clusterNames instead of ALL the clusters deployed by the application.

We didnt notice this bug existed because Deck is rendering based on the clusters and serverGroups and when not filtered the serverGroups was including the missing clusters.

It is noticeable though for the end-user when the SETTINGS.onDemandClusterThreshold is used to make a searchable rendering of clusters/serverGroups in Deck.


This is an automatic backport of pull request #6210 done by [Mergify](https://mergify.com).

…viders clusterNames of application (#6210)

(cherry picked from commit c9bba66)
@jasonmcintosh jasonmcintosh added the ready to merge Approved and ready for a merge label May 15, 2024
@mergify mergify bot added the auto merged Merged automatically by a bot label May 15, 2024
@mergify mergify bot merged commit cdc82e6 into release-1.33.x May 15, 2024
17 checks passed
@mergify mergify bot deleted the mergify/bp/release-1.33.x/pr-6210 branch May 15, 2024 14:58
aman-agrawal pushed a commit to aman-agrawal/clouddriver that referenced this pull request Jul 5, 2024
…viders clusterNames of application (spinnaker#6210) (spinnaker#6212)

(cherry picked from commit c9bba66)

Co-authored-by: Christos Arvanitis <christos.arvanitis@armory.io>
aman-agrawal pushed a commit to OpsMx/clouddriver-oes that referenced this pull request Jul 8, 2024
…viders clusterNames of application (spinnaker#6210) (spinnaker#6212)

(cherry picked from commit c9bba66)

Co-authored-by: Christos Arvanitis <christos.arvanitis@armory.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto merged Merged automatically by a bot ready to merge Approved and ready for a merge target-release/1.33
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants