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
data-dir and other flags need to be given "after" all subcommands for them to used properly. We need to warn the user about this in the docs.
data-dir
i.e. k3s --data-dir=/tmp/k3s etcd-snapshot save is invalid. You need k3s etcd-snapshot save --data-dir=/tmp/k3s
k3s --data-dir=/tmp/k3s etcd-snapshot save
k3s etcd-snapshot save --data-dir=/tmp/k3s
The text was updated successfully, but these errors were encountered:
No branches or pull requests
data-dir
and other flags need to be given "after" all subcommands for them to used properly. We need to warn the user about this in the docs.i.e.
k3s --data-dir=/tmp/k3s etcd-snapshot save
is invalid. You needk3s etcd-snapshot save --data-dir=/tmp/k3s
The text was updated successfully, but these errors were encountered: