Commit f5bb6cd1 authored by Tim Leers's avatar Tim Leers

chore: update kind

parent 28056743
......@@ -354,7 +354,7 @@ dev:haproxy-timeouts:
- docker:$DOCKER_VERSION-dind
variables:
KUBECTL: v1.22.2
KIND: v0.11.1
KIND: v0.22.0
HELM: v3.14.3
TEST: local
parallel:
......
apiVersion: kind.x-k8s.io/v1alpha4
kind: Cluster
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
kubeadmConfigPatchesJSON6902:
- group: kubeadm.k8s.io
version: v1beta2
kubeadmConfigPatches:
- |
kind: ClusterConfiguration
patch: |
- op: add
path: /apiServer/certSANs/-
value: docker
nodes:
- role: control-plane
- role: worker
apiServer:
certSANs:
- "docker"
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