Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
k8s-ingress
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
uplex-varnish
k8s-ingress
Commits
f5bb6cd1
Commit
f5bb6cd1
authored
Apr 12, 2024
by
Tim Leers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update kind
parent
28056743
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
13 deletions
+7
-13
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
.kind-gitlab.yaml
.kind-gitlab.yaml
+6
-12
No files found.
.gitlab-ci.yml
View file @
f5bb6cd1
...
...
@@ -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
:
...
...
.kind-gitlab.yaml
View file @
f5bb6cd1
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"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment