kstone-io / kstone

Kstone is an etcd management platform, providing cluster management, monitoring, backup, inspection, data migration, visual viewing of etcd data, and intelligent diagnosis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binary Deployment Support

QiuToo opened this issue · comments

It would be a great feat if binary deployment could be supported. As a personal habit, I don't like git to install kstone, even though many people do.

Deploy directly through a complete yaml file, does it meet your needs?

for example

kubectl apply -f https://raw.githubusercontent.com/kstone-io/kstone/deploy/install.yaml

That's a good idea!