Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

feat(infra): global vpn support with loadbalancer#328

Merged
nxtcoder17 merged 1 commit into
mainfrom
fix/global-vpn-loadbalancer
May 27, 2024
Merged

feat(infra): global vpn support with loadbalancer#328
nxtcoder17 merged 1 commit into
mainfrom
fix/global-vpn-loadbalancer

Conversation

@nxtcoder17
Copy link
Copy Markdown
Member

@nxtcoder17 nxtcoder17 commented May 27, 2024

  • fixes BYOK cluster deletion
  • patches Cluster Endpoint for both kloudlite clusters (with NodePorts), and BYOK clusters (with LoadBalancer)

Resolves kloudlite/kloudlite#223

- fixes BYOK cluster deletion
- patches Cluster Endpoint for both kloudlite clusters (with NodePorts),
  and BYOK clusters (with LoadBalancer)
@nxtcoder17 nxtcoder17 requested a review from karthik1729 as a code owner May 27, 2024 13:43
@nxtcoder17 nxtcoder17 merged commit 814d653 into main May 27, 2024
@nxtcoder17 nxtcoder17 self-assigned this May 27, 2024
@nxtcoder17 nxtcoder17 deleted the fix/global-vpn-loadbalancer branch May 27, 2024 13:43
Copy link
Copy Markdown

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

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

Hey @nxtcoder17 - I've reviewed your changes and they look great!

Here's what I looked at during the review
  • 🟡 General issues: 1 issue found
  • 🟢 Security: all looks good
  • 🟢 Testing: all looks good
  • 🟢 Complexity: all looks good

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment to tell me if it was helpful.

- name: init
image: busybox:1.32.0
command:
- sh
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

issue (performance): Commented out resource limits and requests

Commenting out resource limits and requests can lead to resource contention or unbounded resource usage. Ensure this is intentional and that the deployment environment can handle potential resource spikes.

abdheshnayak pushed a commit that referenced this pull request Nov 5, 2024
feat(infra): global vpn support with loadbalancer
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GlobalVPN should work with kubernetes LoadBalancers

1 participant