Skip to content

Commit

Permalink
[Backport release-24.11] nixos/k3s: use same k3s package in multi-nod…
Browse files Browse the repository at this point in the history
…e test (#367862)
  • Loading branch information
marcusramberg authored Dec 26, 2024
2 parents 8e6157b + c4dad2b commit 5a69b8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/tests/k3s/multi-node.nix
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ import ../make-test-python.nix (
services.k3s = {
inherit tokenFile;
enable = true;
package = k3s;
serverAddr = "https://192.168.1.1:6443";
clusterInit = false;
extraFlags = builtins.toString [
Expand Down Expand Up @@ -161,6 +162,7 @@ import ../make-test-python.nix (
inherit tokenFile;
enable = true;
role = "agent";
package = k3s;
serverAddr = "https://192.168.1.3:6443";
extraFlags = lib.concatStringsSep " " [
"--pause-image"
Expand Down

0 comments on commit 5a69b8d

Please sign in to comment.