Skip to content

Commit

Permalink
Create kind-config.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: NxPKG <[email protected]>
  • Loading branch information
NxPKG authored Oct 13, 2024
1 parent 33ebc89 commit 3c4bff1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/actions/build-environment/kind-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
networking:
apiServerAddress: "0.0.0.0"
# Disable default CNI so that NetworkPolicies work. Another network plugin has to be installed such as Calico!
disableDefaultCNI: true
# podSubnet: 192.168.0.0/16
nodes:
- role: control-plane
image: kindest/node:v1.14.10@sha256:ce4355398a704fca68006f8a29f37aafb49f8fc2f64ede3ccd0d9198da910146
extraPortMappings:
- containerPort: 30010

0 comments on commit 3c4bff1

Please sign in to comment.