Error: unknown command "set" for "etcdctl"
时间:2020-06-19 22:21:28
收藏:0
阅读:1093
ETCDCTL_API=3
现在是默认的。
etcdctl set foo bar
Error: unknown command "set" for "etcdctl"
官网写了,因为新版不支持旧版API,建议换成3.3的etcd
原文:https://www.cnblogs.com/lc226/p/13166625.html
评论(0)