You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of etcd version v3.5.10 when I want to take a snapsot I can provide the following global options --cacert, --cert and --key (./etcdctl snapshot --help). However when starting an etcd server the equivalent options are different (e.g. --trusted-ca-file, --cert-file, --key-file). As a new user I find this confusing and unless I am missing something it should be relatively easy to fix?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
As of etcd version
v3.5.10
when I want to take a snapsot I can provide the following global options--cacert
,--cert
and--key
(./etcdctl snapshot --help
). However when starting an etcd server the equivalent options are different (e.g.--trusted-ca-file
,--cert-file
,--key-file
). As a new user I find this confusing and unless I am missing something it should be relatively easy to fix?Beta Was this translation helpful? Give feedback.
All reactions