Skip to content

Commit

Permalink
Merge pull request #417 from mloviska/install_k3s_with_coredns
Browse files Browse the repository at this point in the history
Install k3s with coredns
  • Loading branch information
DimStar77 authored Jan 18, 2024
2 parents 2bd8cba + e7118ce commit 1ba37c0
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 1ba37c0

Please sign in to comment.