WIP single IP k3s deployments - DO NOT MERGE#1671
Open
scottmbaker wants to merge 2 commits intomainfrom
Open
Conversation
Allow deploying Edge Orchestrator with a single IP address shared across ArgoCD (8443), Traefik (443), and HAProxy (9443) using MetalLB allow-shared-ip annotations. This enables deployment on environments with limited IP addresses such as Coder VMs. Changes: - post-orch-install.sh: accept ORCH_IP in non-interactive mode, add ArgoCD shared-IP annotations - pre-orch-install.sh: increase max-pods to 500, add node registration wait loop - onprem.env: add ORCH_IP variable and proxy documentation - cluster_onprem.tpl: add singleIpMode and haproxyPort values - generate_cluster_yaml.sh: correct Helm value paths for ArgoCD and HAProxy ports, export HAPROXY_PORT for envsubst - infra-onboarding.tpl: conditionally append haproxyPort to tinkerbell provisioning URLs - metallb-config.yaml: switch to upstream orch-utils chart (v26.1.0) with single-IP pool support - SINGLE-IP-POC.md: deployment instructions and documentation Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Standard on-prem deployments require three IP addresses for MetalLB LoadBalancer services. This is impractical for Coder VMs and other constrained environments that only have a single IP. Single-IP mode removes this barrier by assigning each service a unique port on the shared IP.
Fixes # (issue)
Any Newly Introduced Dependencies
Please describe any newly introduced 3rd party dependencies in this change. List their name, license information and how they are used in the project.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: