Some networking fixes.

This commit is contained in:
Tom Alexander
2025-12-18 22:28:03 -05:00
parent a5e2eaee80
commit 9608d33557
33 changed files with 1806 additions and 1722 deletions

View File

@@ -54,5 +54,9 @@ in
# StateDirectory = "kubelet";
};
};
networking.firewall.allowedTCPPorts = [
10250
];
};
}