mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-05 03:09:37 +00:00
Add ability to perform an etcd on-demand snapshot via cli (#2819)
* add ability to perform an etcd on-demand snapshot via cli
This commit is contained in:
@@ -7,7 +7,7 @@ cd $(dirname $0)/..
|
||||
|
||||
GO=${GO-go}
|
||||
|
||||
for i in crictl kubectl k3s-agent k3s-server k3s; do
|
||||
for i in crictl kubectl k3s-agent k3s-server k3s-etcd-snapshot k3s; do
|
||||
rm -f bin/$i
|
||||
ln -s containerd bin/$i
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user