Unverified Commit e8d353d7 authored by Sarah Brofeldt's avatar Sarah Brofeldt Committed by GitHub
Browse files

nixos/kubernetes: fix infra image pinning (#470971)

parents c2fd2485 7dd02e99
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ let
    };

    plugins."io.containerd.grpc.v1.cri" = {
      sandbox_image = "pause:latest";
      sandbox_image = "docker.io/library/pause:latest";

      cni = {
        bin_dir = "/opt/cni/bin";
+0 −1
Original line number Diff line number Diff line
@@ -371,7 +371,6 @@ in
                        --hostname-override=${cfg.hostname} \
                        --kubeconfig=${kubeconfig} \
                        ${optionalString (cfg.nodeIp != null) "--node-ip=${cfg.nodeIp}"} \
                        --pod-infra-container-image=pause \
                        ${optionalString (cfg.manifests != { }) "--pod-manifest-path=/etc/${manifestPath}"} \
                        ${optionalString (taints != "") "--register-with-taints=${taints}"} \
                        --root-dir=${top.dataDir} \