Last active
July 20, 2022 02:41
-
-
Save Chever-John/e6ff091c761681a081d9116fa0ad2409 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// start etcd | |
nohup etcd & | |
// stop etcd | |
kill `pgrep etcd` | |
// get all route info | |
etcdctl get / --prefix --keys-only | |
// delete all route info | |
etcdctl del /apisix/routes --prefix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment