gpt4 book ai didi

Kubernetes 上的 Elasticsearch 插件

转载 作者:行者123 更新时间:2023-11-29 02:56:00 28 4
gpt4 key购买 nike

在 Google Cloud Platform 上的 Kubernetes Engine 上安装 injest-attachment 插件后,我需要重启 Elasticsearch 节点。我已经在 pod 上部署了 Elasticsearch。重启 Elasticsearch 节点的最佳方式是什么?

最佳答案

如果 Elasticsearch 直接在虚拟机上运行:

systemctl restart elasticsearch

如果 Elasticsearch 在 docker 上作为容器运行:

docker restart <container-id>

如果 Elasticsearch 作为 Kubernetes pod 运行(通过 Kubernetes list 部署):

  • 如果需要更新 list 中的图像标签,并执行 kubectl apply
  • 或者使用kubectl replacekubectl edit 命令

在 Kubernetes 上,理想情况下,您应该使用更新 list 的声明方式,然后执行 kubectl apply -f

关于Kubernetes 上的 Elasticsearch 插件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52934666/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com