Add cilium bootstrap.
This commit is contained in:
@@ -29,9 +29,9 @@ in
|
||||
wantedBy = [ "kubernetes.target" ];
|
||||
after = [ "containerd.service" ];
|
||||
requires = [ "containerd.service" ];
|
||||
# path = with pkgs; [
|
||||
# zfs
|
||||
# ];
|
||||
path = with pkgs; [
|
||||
util-linux
|
||||
];
|
||||
unitConfig.DefaultDependencies = "no";
|
||||
serviceConfig = {
|
||||
ExecStart = (
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
config = lib.mkIf config.me.worker_node.enable {
|
||||
me.containerd.enable = true;
|
||||
me.firewall.enable = true;
|
||||
me.kube-proxy.enable = true;
|
||||
# me.kube-proxy.enable = true;
|
||||
me.kubelet.enable = true;
|
||||
me.kubernetes.enable = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user