networkop / tkng-labs

Labs for "The Kubernetes Networking Guide"
https://tkng.io
Apache License 2.0
91 stars 21 forks source link

kind cluster gettting created with single node #5

Closed bhiravabhatla closed 1 year ago

bhiravabhatla commented 1 year ago

I see lot of examples expect 2 worker nodes for the cluster. e.g (k8s-guide-worker).

But the setup creates a single node cluster.

image

Also dont see nodes config in kind.yaml

image

Am I missing something?

networkop commented 1 year ago

yep, looks like a bug I accidentally introduced in https://github.com/networkop/k8s-guide-labs/commit/2ba9639a3f1ebd3e990927dc5022f274884a8d8f

will fix it in a sec

networkop commented 1 year ago

fixed in https://github.com/networkop/k8s-guide-labs/commit/4b30380a6fc238479bb53bdee0710901c584e44d

bhiravabhatla commented 1 year ago

Thanks @networkop