Add a bootstrap role.

This commit is contained in:
Tom Alexander
2025-12-20 22:14:28 -05:00
parent b0fe14adfc
commit a113cccb52
6 changed files with 12 additions and 6 deletions

View File

@@ -18,6 +18,10 @@
};
config = lib.mkIf config.me.worker_node.enable {
me.bootstrap.manifests = [
"${../bootstrap/files/initial_clusterrole.yaml}"
"${../bootstrap/files/cilium.yaml}"
];
me.cilium.enable = true;
me.containerd.enable = true;
me.firewall.enable = true;