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 loadBalancer attribute name #908

Merged
merged 1 commit into from
Sep 18, 2024
Merged

Fix loadBalancer attribute name #908

merged 1 commit into from
Sep 18, 2024

Conversation

catzc
Copy link
Contributor

@catzc catzc commented Sep 17, 2024

Closes #906

@catzc
Copy link
Contributor Author

catzc commented Sep 17, 2024

On top of #907

@@ -387,7 +387,7 @@ async def daskcluster_create_components(
await worker_group.create()
logger.info(f"Worker group {data['metadata']['name']} created in {namespace}.")

patch.status["phase"] = "Pending"
patch.status["phase"] = "Running"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I need to build the controller and test that it works

Copy link
Member

@jacobtomlinson jacobtomlinson left a comment

Choose a reason for hiding this comment

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

This looks fine to me. Thanks @catzc

@jacobtomlinson jacobtomlinson merged commit ab1be69 into dask:main Sep 18, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

KubeCluster with service type LoadBalancer on AKS stuck in "Pending" state on startup
2 participants