* Add configuration to disable external name service feature (#7314) Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com> * Fix CI files
This commit is contained in:
parent
a8408cdb51
commit
f5c80783bf
7 changed files with 144 additions and 105 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
|
@ -137,7 +137,7 @@ jobs:
|
|||
id: kind
|
||||
uses: engineerd/setup-kind@v0.5.0
|
||||
with:
|
||||
version: v0.10.0
|
||||
version: v0.11.1
|
||||
image: kindest/node:v1.20.2
|
||||
|
||||
- name: Test
|
||||
|
|
@ -159,7 +159,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
k8s: [v1.16.15, v1.17.17, v1.18.15, v1.19.7, v1.20.2]
|
||||
k8s: [v1.16.15, v1.17.17, v1.18.19, v1.19.11, v1.20.7]
|
||||
|
||||
steps:
|
||||
|
||||
|
|
@ -175,7 +175,7 @@ jobs:
|
|||
id: kind
|
||||
uses: engineerd/setup-kind@v0.5.0
|
||||
with:
|
||||
version: v0.10.0
|
||||
version: v0.11.1
|
||||
config: test/e2e/kind.yaml
|
||||
image: kindest/node:${{ matrix.k8s }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue