Open
Conversation
f82140d to
03bcb86
Compare
|
|
||
| ### Goal #1: Eliminate Installer Sprawl | ||
|
|
||
| Reduce the number of distinct installer implementations from four (AWS, OnPrem old, OnPrem new, Coder) |
Contributor
There was a problem hiding this comment.
recommend not to use Onprem old and Onprem new. Maybe legacy and current is better suited.
effndc
reviewed
Mar 18, 2026
| Enable EMF deployment without requiring ArgoCD as a continuous reconciliation component, while | ||
| preserving the ability for customers to add ArgoCD for GitOps workflows if desired. | ||
|
|
||
| ### Goal #3: Support "Bring Your Own Kubernetes" |
There was a problem hiding this comment.
Should we reorder these based on priority, as removing Argo is likely 4th in priority out of the current list?
effndc
reviewed
Mar 18, 2026
| ## Success Criteria | ||
|
|
||
| - Single installer pattern documented and functional across all deployment scenarios | ||
| - AWS, legacy OnPrem, and Coder installers deprecated (can be maintained externally if needed) |
There was a problem hiding this comment.
Perhaps be explicit that "users or community can elect to maintain these in a fork or branch as needed" so that it doesn't imply that Intel is committed to maintaining these.
effndc
reviewed
Mar 18, 2026
| In production scenarios, the customer is responsible for DNS configuration and will usually | ||
| use their existing infrastructure. | ||
|
|
||
| An example dnsmasq configuration shall be provided in the deployment guide. |
There was a problem hiding this comment.
Will we also preserve the existing generate_fqdn, or perhaps enhance it with more output options? Though the current text output is easy enough for someone to transorm into needed formats for their DNS service.
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
Adds a new ADR for installer simplification tasks for 2026.1
Checklist: