1 Star 0 Fork 5

zhuchance/redis-cluster-on-k8s

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
writeip.sh 216 Bytes
一键复制 编辑 原始数据 按行查看 历史
root 提交于 2020-12-04 16:22 . init commit
#!/bin/bash
sleep 1s;
newip=`cat /etc/hosts|grep cluster.local|awk '{print $1}'`
myid=`cat /data/nodes.conf |grep myself|awk '{print $1}'`
echo $newip > /data-ips/$myid.txt
echo "refresh ip: $myid -> $newip";
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/meoom/redis-cluster-on-k8s.git
git@gitee.com:meoom/redis-cluster-on-k8s.git
meoom
redis-cluster-on-k8s
redis-cluster-on-k8s
master

搜索帮助