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

feat: distribution is a dict and nodes and cluster are top level #1288

Merged
merged 2 commits into from
Feb 2, 2024

Conversation

onedr0p
Copy link
Owner

@onedr0p onedr0p commented Feb 2, 2024

Hopefully this will be the last refactoring of the config options, it's really hard to come up with something that meets my expectations and is easy for people to follow.

  • Makes distribution a dict which will allow for talos/k0s/k3s specific configurations

    distribution:
      type: talos
      talos: {}
  • nodes and cluster are each back to top level config

  • .mjfilter.py files now defaults if keys are not present

  • Defaults nodes.dns_servers to 1.1.1.1 and 1.0.0.1

  • Offloads some README items to the configuration file.

Signed-off-by: Devin Buhl <devin@buhl.casa>
@github-actions github-actions bot added area/github Changes made in the github directory area/bootstrap Changes made in the bootstrap directory labels Feb 2, 2024
Signed-off-by: Devin Buhl <devin@buhl.casa>
@onedr0p onedr0p merged commit 89673cd into main Feb 2, 2024
5 checks passed
@onedr0p onedr0p deleted the config-rerefactoring branch February 2, 2024 01:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/bootstrap Changes made in the bootstrap directory area/github Changes made in the github directory
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant