Commit f5bb6cd1 authored by Tim Leers's avatar Tim Leers

chore: update kind

parent 28056743
...@@ -354,7 +354,7 @@ dev:haproxy-timeouts: ...@@ -354,7 +354,7 @@ dev:haproxy-timeouts:
- docker:$DOCKER_VERSION-dind - docker:$DOCKER_VERSION-dind
variables: variables:
KUBECTL: v1.22.2 KUBECTL: v1.22.2
KIND: v0.11.1 KIND: v0.22.0
HELM: v3.14.3 HELM: v3.14.3
TEST: local TEST: local
parallel: parallel:
......
apiVersion: kind.x-k8s.io/v1alpha4 apiVersion: kind.x-k8s.io/v1alpha4
kind: Cluster kind: Cluster
networking: networking:
apiServerAddress: "0.0.0.0" apiServerAddress: 0.0.0.0
# add to the apiServer certSANs the name of the docker (dind) service in order to be able to reach the cluster through it kubeadmConfigPatches:
kubeadmConfigPatchesJSON6902: - |
- group: kubeadm.k8s.io
version: v1beta2
kind: ClusterConfiguration kind: ClusterConfiguration
patch: | apiServer:
- op: add certSANs:
path: /apiServer/certSANs/- - "docker"
value: docker
nodes:
- role: control-plane
- role: worker
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment