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.
Apache License 2.0
684 stars 106 forks source link

Binary Deployment Support #141

Open QiuToo opened 2 years ago

QiuToo commented 2 years ago

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.

tangcong commented 2 years ago

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
QiuToo commented 2 years ago

That's a good idea!