Skip to content

multiple master and worker nodes situation? #1

@yxiao168

Description

@yxiao168

Hello,
I tried to deploy a 3 master nodes and 2 workers nodes cluster, the result doesn't seem to be right.

Thanks

$ more Vagrantfile
IMAGE_NAME = "bento/ubuntu-18.04"
K8S_NAME = "k8s34"
MASTERS_NUM = 3
MEM = 2048
CPU = 2
NODES_NUM = 3
IP_BASE = "192.168.34."
...

$ kubectl get nodes --all-namespaces
NAME STATUS ROLES AGE VERSION
k8s-m-1 Ready master 3h11m v1.18.3
$

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions