Sun~shell
Sun~shell
支持的,不过目前你需要使用多个rules文件来支持多个部门告警
@li-xiao-shuang 非常感谢开发同志们的辛勤劳动,这个功能是大家非常期待的功能!!!!!!
@zsyaoo 这个你确定是自动安装docker?,我在ubuntu18.04上运行sealer run一直报错提示docker没有运行,重装了系统好几次,结果都是一样,之后我手动安装docker之后sealer run就成功运行了 没有手动安装docker会报这个错误,貌似docker daemon没有启动起来,不知道sealer这边为啥启动docker失败了,手动安装的都是正常启动了 ``` + cd . + REGISTRY_PORT=5000 + VOLUME=/var/lib/sealer/data/my-cluster/rootfs/registry + REGISTRY_DOMAIN=sea.hub + container=sealer-registry +++ pwd ++ dirname /var/lib/sealer/data/my-cluster/rootfs/scripts + rootfs=/var/lib/sealer/data/my-cluster/rootfs + config=/var/lib/sealer/data/my-cluster/rootfs/etc/registry_config.yml + htpasswd=/var/lib/sealer/data/my-cluster/rootfs/etc/registry_htpasswd +...
@allencloud **### Ubuntu18.04 iptables path is /sbin/iptables,not in /usr/sbin/iptables,sealer should use /sbin/iptables. when I create a link for iptables with run command "ln -sf /sbin/iptables /usr/sbin/iptables", then the sealer run...
请把你的etcd日志贴出来,我们这边看一下 ``` journalctl -u etcd.service ``` 另外看一下集群节点的健康状态 ``` export NODE_IPS="192.168.1.1 192.168.1.2 192.168.1.3" for ip in ${NODE_IPS}; do ETCDCTL_API=3 etcdctl \ --endpoints=https://${ip}:2379 \ --cacert=/etc/kubernetes/ssl/ca.pem \ --cert=/etc/etcd/ssl/etcd.pem \ --key=/etc/etcd/ssl/etcd-key.pem \ endpoint health;...
@York-N 我看您的日志截取不完整,请把所有相关的etcd节点日志发出来 ``` systemctl status etcd.service journalctl --since="1 hour ago" -u etcd.service ```
@travisn Hello,You must have misunderstood,I am referring to the nodeport type service created by this tutorial(https://rook.io/docs/rook/latest/Storage-Configuration/Monitoring/ceph-dashboard/#viewing-the-dashboard-external-to-the-cluster). not use the internal cluster ip , My host has a public network ip...
@travisn My node has two ip addresses, one contains the public network address and the other is the local area network address, the service type is nodeport and the address...
@jmolmo I use the browser of other hosts to access the same results
@travisn yes,the logs is show in mgr pod log