02 2022 档案
摘要:nomad ceph-csi动态接口 github地址: https://github.com/hashicorp/nomad/tree/main/demo/csi/ceph-csi-plugin 准备文件 plugin-cephrbd-controller.nomad 注意修改 clusterID
阅读全文
摘要:使用 Ceph CSI 在 Nomad 上配置卷 参考文档:https://itnext.io/provision-volumes-from-external-ceph-storage-on-kubernetes-and-nomad-using-ceph-csi-7ad9b15e9809 这篇文章中
阅读全文
摘要:Nomad 部署 Elasticsearch 参考文档 https://itnext.io/elasticsearch-on-nomad-ae685b762779 准备es镜像 FROM centos:7 ENV APP_HOME /opt/elasticsearch ENV ES_TMPDIR=$
阅读全文
摘要:Nomad 高可用搭建 0. 服务器初始化 部署前清空 防火墙 或者 部署后清空防火墙重启 iptables -F # systemctl restart docker consul nomad sysctl -w vm.max_map_count=262144 sysctl -a | grep v
阅读全文