kubernetes module: kubelet, add socat to path for kubectl portforward

authored by Jaka Hudoklin and committed by Robin Gloster 55dbbfd8 8e48fff2

+1 -1
+1 -1
nixos/modules/services/cluster/kubernetes/default.nix
··· 736 736 description = "Kubernetes Kubelet Service"; 737 737 wantedBy = [ "kubernetes.target" ]; 738 738 after = [ "network.target" "docker.service" "kube-apiserver.service" ]; 739 - path = with pkgs; [ gitMinimal openssh docker utillinux iproute ethtool thin-provisioning-tools iptables ] ++ cfg.path; 739 + path = with pkgs; [ gitMinimal openssh docker utillinux iproute ethtool thin-provisioning-tools iptables socat ] ++ cfg.path; 740 740 preStart = '' 741 741 docker load < ${infraContainer} 742 742 rm /opt/cni/bin/* || true