友好彩虹

文章
4
资源
0
加入时间
3年1月12天

etcd常用命令

设置环境变量,版本3,etcdctl的版本2和版本3并不兼容。export ETCDCTL_API=3增、查、删etcdctl put /testdir/testkey "Hello world1"etcdctl get /testdir/testkeyetcdctl del /testdir/testkey可以把key理解成目录etcdctl put /testdir/tes...