摘要: https://github.com/tarosky/k8s-redis-ha 更推荐这个: https://github.com/kubernetes/examples/tree/561467fb9d5f5c2126da5c500067de3c0fbd7d60/staging/storage/re 阅读全文
posted @ 2020-08-19 17:23 stdpain 阅读(1849) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/expect #trap sigwinch spawned trap { set rows [stty rows] set cols [stty columns] stty rows $rows columns $cols < $spawn_out(slave,name) } 阅读全文
posted @ 2020-08-19 14:14 stdpain 阅读(451) 评论(0) 推荐(0) 编辑