Add a bootstrap role.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user