Skip to content

Commit

Permalink
fix kind issue
Browse files Browse the repository at this point in the history
Signed-off-by: Song Song Li <[email protected]>
  • Loading branch information
songleo committed Jan 14, 2024
1 parent 2f848a7 commit 76546ef
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions kind-conf/kind-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
kubeadmConfigPatches:
- |
kind: InitConfiguration
nodeRegistration:
kubeletExtraArgs:
node-labels: "ingress-ready=true"
labels:
ingress-ready: "true"
# kubeadmConfigPatches:
# - |
# kind: InitConfiguration
# nodeRegistration:
# kubeletExtraArgs:
# node-labels: "ingress-ready=true"
extraPortMappings:
- containerPort: 80
hostPort: 80
Expand Down

0 comments on commit 76546ef

Please sign in to comment.