-
Notifications
You must be signed in to change notification settings - Fork 0
Vesuvius dnsmasq netboot #6
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
base: main
Are you sure you want to change the base?
Conversation
…ted addresses for dhcp clients on cluster vlan
this is hugely important and a major blocker
| inherit role clusterInit; | ||
|
|
||
| enable = true; | ||
| token = "garbage secret"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use real secret
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could be added to the agenix secrets
Ralakus
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect cluster master IP address. Ideally the k3s server should only be listening on the cluster Vlan rather than all interfaces as well.
hosts/common/k3s.nix
Outdated
|
|
||
| enable = true; | ||
| token = "garbage secret"; | ||
| serverAddr = "https://10.98.1.147:6443"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be 10.98.3.2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The 10.98.1.147 address is a DHCP assigned one on Vlan1 rather than Vlan10 so it violates subnetting rules and can change and break in the future once the lease expires
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there's still some possible issues with the script (hence the paranoid `echo` after `hostname`)
|
summary for myself tomorrow (yes i mean wednesday): there's some lingering bugs and misconfigurations + we need like fifty new |
b977dc7 to
95545c0
Compare
|
moved eri's commit to #11 |
there's some minor problems