mirror of
https://github.com/k3s-io/k3s.git
synced 2026-06-09 00:33:35 -04:00
update supported E2E linux OSes
Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
parent
68359fe6f2
commit
45f31010a7
4 changed files with 4 additions and 4 deletions
|
|
@ -14,7 +14,7 @@ import (
|
|||
|
||||
// Valid nodeOS:
|
||||
// bento/ubuntu-24.04, opensuse/Leap-15.6.x86_64
|
||||
// eurolinux-vagrant/rocky-8, eurolinux-vagrant/rocky-9,
|
||||
// bento/rockylinux-8, bento/rockylinux-9,
|
||||
var nodeOS = flag.String("nodeOS", "bento/ubuntu-24.04", "VM operating system")
|
||||
var serverCount = flag.Int("serverCount", 1, "number of server nodes")
|
||||
var agentCount = flag.Int("agentCount", 1, "number of agent nodes")
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ import (
|
|||
|
||||
// Valid nodeOS:
|
||||
// bento/ubuntu-24.04, opensuse/Leap-15.6.x86_64
|
||||
// eurolinux-vagrant/rocky-8, eurolinux-vagrant/rocky-9,
|
||||
// bento/rockylinux-8, bento/rockylinux-9,
|
||||
var nodeOS = flag.String("nodeOS", "bento/ubuntu-24.04", "VM operating system")
|
||||
var serverCount = flag.Int("serverCount", 1, "number of server nodes")
|
||||
var agentCount = flag.Int("agentCount", 1, "number of agent nodes")
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ import (
|
|||
|
||||
// Valid nodeOS:
|
||||
// bento/ubuntu-24.04, opensuse/Leap-15.6.x86_64
|
||||
// eurolinux-vagrant/rocky-8, eurolinux-vagrant/rocky-9,
|
||||
// bento/rockylinux-8, bento/rockylinux-9,
|
||||
var nodeOS = flag.String("nodeOS", "bento/ubuntu-24.04", "VM operating system")
|
||||
var ci = flag.Bool("ci", false, "running on CI")
|
||||
var local = flag.Bool("local", false, "deploy a locally built K3s binary")
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ import (
|
|||
|
||||
// Valid nodeOS:
|
||||
// bento/ubuntu-24.04, opensuse/Leap-15.6.x86_64
|
||||
// eurolinux-vagrant/rocky-8, eurolinux-vagrant/rocky-9,
|
||||
// bento/rockylinux-8, bento/rockylinux-9,
|
||||
var nodeOS = flag.String("nodeOS", "bento/ubuntu-24.04", "VM operating system")
|
||||
var serverCount = flag.Int("serverCount", 3, "number of server nodes")
|
||||
var agentCount = flag.Int("agentCount", 2, "number of agent nodes")
|
||||
|
|
|
|||
Loading…
Reference in a new issue