mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-23 01:49:56 +01:00
Merge pull request #102 from ryan4yin/k3s-test-cluter-running-on-kubevirt
feat: add a test k3s cluster running on kubevirt
This commit is contained in:
@@ -108,6 +108,22 @@
|
||||
iface = "ens18";
|
||||
ipv4 = "192.168.5.113";
|
||||
};
|
||||
|
||||
k3s-test-1-master-1 = {
|
||||
# KubeVirt VM
|
||||
iface = "eth1";
|
||||
ipv4 = "192.168.5.114";
|
||||
};
|
||||
k3s-test-1-master-2 = {
|
||||
# KubeVirt VM
|
||||
iface = "eth1";
|
||||
ipv4 = "192.168.5.115";
|
||||
};
|
||||
k3s-test-1-master-3 = {
|
||||
# KubeVirt VM
|
||||
iface = "eth1";
|
||||
ipv4 = "192.168.5.116";
|
||||
};
|
||||
};
|
||||
|
||||
hostsInterface =
|
||||
|
||||
Reference in New Issue
Block a user