Skip to content

Commit

Permalink
Merge pull request #105 from WyriHaximusNet/Sping-up-4-nodes-in-kind-…
Browse files Browse the repository at this point in the history
…cluster

Sping up 4 nodes in kind cluster
  • Loading branch information
WyriHaximus authored Jul 25, 2023
2 parents ccff7b6 + 1788211 commit 27171fc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion etc/kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,11 @@ nodes:
kind: JoinConfiguration
nodeRegistration:
kubeletExtraArgs:
node-labels: "wyrihaximus.net/type=ingress"
node-labels: "wyrihaximus.net/type=ingress"
- role: worker
kubeadmConfigPatches:
- |
kind: JoinConfiguration
nodeRegistration:
kubeletExtraArgs:
node-labels: "wyrihaximus.net/type=poen"

0 comments on commit 27171fc

Please sign in to comment.