k0: bump to 1.15.4

This notably fixes the annoying loopback issues that prevented hosts
from accessing externalip services with externalTrafficPolicy: local
from nodes that weren't running the service.

Which means, hopefuly, no more registry pull failures when
nginx-ingress gets misplaced!

Change-Id: Id4923fd0fce2e28c31a1e65518b0e984165ca9ec
This commit is contained in:
q3k 2020-10-03 18:16:24 +02:00 committed by q3k
parent 2a223705fd
commit 2e001e5046

View file

@ -4,17 +4,17 @@ with (( import ../defs-cluster-k0.nix ) config.networking.hostName);
let let
# Pin for k8s packages. This is so that upagrading the system will not upgrade the k8s control or data planes. # Pin for k8s packages. This is so that upagrading the system will not upgrade the k8s control or data planes.
k8spkgs = import (fetchGit { k8spkgs = import (fetchGit {
# Now at 1.14.3 # Now at 1.15.4
name = "nixos-unstable-2019-06-17"; name = "nixos-unstable-2019-09-18";
url = https://github.com/nixos/nixpkgs-channels/; url = https://github.com/nixos/nixpkgs-channels/;
rev = "415e8e5820b7825fb74a6c7986bf6af725227eaa"; rev = "b21a3356f01b59992432a907f17e66abc77f17a0";
}) {}; }) {};
# Pin for kubelet # Pin for kubelet
k8spkgsKubelet = import (fetchGit { k8spkgsKubelet = import (fetchGit {
# Now at 1.14.3 # Now at 1.15.4
name = "nixos-unstable-2019-06-17"; name = "nixos-unstable-2019-09-18";
url = https://github.com/nixos/nixpkgs-channels/; url = https://github.com/nixos/nixpkgs-channels/;
rev = "415e8e5820b7825fb74a6c7986bf6af725227eaa"; rev = "b21a3356f01b59992432a907f17e66abc77f17a0";
}) {}; }) {};
in rec { in rec {