Skip to content

Commit

Permalink
Install k3s with coredns
Browse files Browse the repository at this point in the history
Most of the k3s usage is utterly basic in our tests. In order to reduce
k3s installation issues, some services have been limited by
default and should be required explicitly.
  • Loading branch information
mloviska committed Jan 18, 2024
1 parent ccdfcf0 commit e7118ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions job_groups/opensuse_leap_15.4_updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ scenarios:
HDD_1: '%DISTRI%-%VERSION%-%ARCH%-%BUILD%-%DESKTOP%_ay@%MACHINE%.qcow2'
K3S_SYMLINK: 'skip'
K8S_CLIENT: 'kubernetes1.24-client'
K3S_ENABLE_COREDNS: '1'
- extra_tests_textmode_docker_containers:
testsuite: extra_tests_textmode_containers
settings:
Expand Down
1 change: 1 addition & 0 deletions job_groups/opensuse_leap_15.5_updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ scenarios:
HDD_1: '%DISTRI%-%VERSION%-%ARCH%-%BUILD%-%DESKTOP%_ay@%MACHINE%.qcow2'
K3S_SYMLINK: 'skip'
K8S_CLIENT: 'kubernetes1.24-client'
K3S_ENABLE_COREDNS: '1'
- extra_tests_textmode_docker_containers:
testsuite: extra_tests_textmode_containers
settings:
Expand Down
1 change: 1 addition & 0 deletions job_groups/opensuse_tumbleweed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ scenarios:
settings:
CONTAINER_RUNTIMES: 'kubectl'
K3S_INSTALL_UPSTREAM: '1'
K3S_ENABLE_COREDNS: '1'
- containers_hpc_apptainer:
testsuite: extra_tests_textmode_containers
settings:
Expand Down
1 change: 1 addition & 0 deletions job_groups/opensuse_tumbleweed_aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ scenarios:
settings:
CONTAINER_RUNTIMES: 'kubectl'
K3S_INSTALL_UPSTREAM: '1'
K3S_ENABLE_COREDNS: '1'
- containers_host_podman:
testsuite: extra_tests_textmode_containers
settings:
Expand Down

0 comments on commit e7118ce

Please sign in to comment.