Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

How to create a docker cluster of pilosa #1282

@chetangehlot

Description

@chetangehlot

Hi,

I am creating a docker cluster of pilosa. But it shows only one Node in cluster.

node1.config.toml

data-dir = "node1_data"
bind = "https://localhost:10501"

[cluster]
coordinator = true

[tls]
certificate = "pilosa.local.crt"
key = "pilosa.local.key"
skip-verify = true

[gossip]
seeds = ["localhost:15000"]
port = 15000
key = "pilosa.local.gossip32"

node2.config.toml

data-dir = "node2_data"
bind = "https://localhost:10502"

[tls]
certificate = "pilosa.local.crt"
key = "pilosa.local.key"
skip-verify = true

[gossip]
seeds = ["localhost:15000"]
port = 16000
key = "pilosa.local.gossip32"

node3.config.toml

data-dir = "node3_data"
bind = "https://localost:10503"

[tls]
certificate = "pilosa.local.crt"
key = "pilosa.local.key"
skip-verify = true

[gossip]
seeds = ["localhost:15000"]
port = 17000
key = "pilosa.local.gossip32"

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions