1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

nixos/k3s: use same k3s package in multi-node test (#355964)

This commit is contained in:
Marcus Ramberg 2024-11-14 23:36:23 +01:00 committed by GitHub
commit 360e88231c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 [
@ -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"