Perfect Bootstrap #38
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
new feature
project/hyprspace
project/ircbot
project/monitoring
question
security
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: privatevoid.net/depot#38
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The cluster should be able to bootstrap itself completely from scratch. It should be possible to run an entire virtual cluster in a giant NixOS test to verify that the bootstrap process works.
Implementation idea:
cluster-ready.target
cluster-ready.target
waits for some service that ensures the node is joined to the cluster (cluster-join.service
)Cluster Join Service:
$STATE_DIRECTORY/key
) (this key can also be installed via side channels)/cluster/bootstrap/1.0.0
n
(probably 3) nodes are joined together, keys for further communication (WireGuard) are exchanged, the service marks this node as "joined", and exitsSide channels:
Protocol details: