Skip to content

Commit

Permalink
feat(kind): add kind.yaml (#9)
Browse files Browse the repository at this point in the history
* feat(kind): add kind conf

* refractor: remove do not run file
  • Loading branch information
darrensemusemu authored Jul 13, 2022
1 parent 7a84ec4 commit 0170faa
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
18 changes: 18 additions & 0 deletions conf/kind.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
name: certify-d-cluster
nodes:
- role: control-plane
kubeadmConfigPatches:
- |
kind: InitConfiguration
nodeRegistration:
kubeletExtraArgs:
node-labels: "ingress-ready=true"
extraPortMappings:
- containerPort: 80
hostPort: 80
protocol: TCP
- containerPort: 443
hostPort: 443
protocol: TCP
1 change: 0 additions & 1 deletion do-not-run

This file was deleted.

0 comments on commit 0170faa

Please sign in to comment.