kube-etcd-helper icon indicating copy to clipboard operation
kube-etcd-helper copied to clipboard

Is it possible to add a new import feature

Open tony-liuliu opened this issue 4 years ago • 1 comments

Is it possible to add an import feature, such as using dump to export first, and then importing using the import feature? dump kube-etcd-helper dump --pretty /registry/deployments/default/echo-server > echo-server.json import kube-etcd-helper import --pretty /registry/deployments/default/echo-server -f echo-server.json

tony-liuliu avatar Jun 10 '20 07:06 tony-liuliu

Sorry for delayed response.

What use-case do you want to use an import feature? kube-etcd-helper aims to tracking etcd changes, so I think an import feature is not fit to.

Please let me know if you have a use case for this feature.

yamamoto-febc avatar Jul 01 '20 06:07 yamamoto-febc