We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An additional feature is needed within the etcdctl snapshot. For example, save command saves to a file, pipe command sends to stdout.
etcdctl snapshot
save
pipe
For security reasons, it may be preferable not to save etcd data to disk, but only to keep it in memory and pass it to a subsequent command.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What would you like to be added?
An additional feature is needed within the
etcdctl snapshot
. For example,save
command saves to a file,pipe
command sends to stdout.Why is this needed?
For security reasons, it may be preferable not to save etcd data to disk, but only to keep it in memory and pass it to a subsequent command.
The text was updated successfully, but these errors were encountered: