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

Suspending/resuming a cluster takes down / creates the load balancer #492

Merged
merged 17 commits into from
Apr 19, 2023

Conversation

juanpardo
Copy link
Contributor

Summary of changes

Checklist

  • Relevant changes are reflected in CHANGES.rst
  • Added or changed code is covered by tests
  • Documentation has been updated if necessary
  • Changed code does not contain any breaking changes (or this is a major version change)

crate/operator/create.py Outdated Show resolved Hide resolved
crate/operator/create.py Outdated Show resolved Hide resolved
@juanpardo juanpardo force-pushed the jp/load-balancer-regeneration branch from 1958a5e to bfcdd09 Compare April 17, 2023 09:27
@juanpardo juanpardo marked this pull request as ready for review April 17, 2023 09:30
@juanpardo juanpardo requested a review from SStorm April 17, 2023 09:33
Copy link
Contributor

@SStorm SStorm left a comment

Choose a reason for hiding this comment

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

👍

@@ -982,22 +985,27 @@ async def create_services(
) -> None:
async with ApiClient() as api_client:
core = CoreV1Api(api_client)

# Create the load balancer service
svc = get_data_service(
Copy link
Contributor

Choose a reason for hiding this comment

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

You probably no longer need to extract this into a variable?

crate/operator/operations.py Outdated Show resolved Hide resolved
…ding a cluster now deletes the load balancer.
… Suspending a cluster now deletes the load balancer.
… fixup! Suspending a cluster now deletes the load balancer.
… fixup! fixup! Suspending a cluster now deletes the load balancer.
… fixup! fixup! fixup! Suspending a cluster now deletes the load balancer.
… fixup! fixup! fixup! fixup! Suspending a cluster now deletes the load balancer.
… fixup! fixup! fixup! fixup! fixup! Suspending a cluster now deletes the load balancer.
… fixup! fixup! fixup! fixup! fixup! fixup! Suspending a cluster now deletes the load balancer.
@juanpardo juanpardo force-pushed the jp/load-balancer-regeneration branch from ebab9b7 to 0ee9e28 Compare April 19, 2023 08:58
@juanpardo juanpardo merged commit 539b5af into master Apr 19, 2023
@juanpardo juanpardo deleted the jp/load-balancer-regeneration branch April 19, 2023 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants