ECK Elasticsearch 节点状态“无效”;使用 yaml 文件安装节点后
如果遵循 https://www.elastic.co/guide/en/cloud-on-k8s/1.0/k8s-quickstart.html#k8s-deploy-elasticsearch,但是在使用以下 yaml 代码安装节点后,
apiVersion: elasticsearch.k8s.elastic.co/v1
kind: Elasticsearch
metadata:
name: quickstart
spec:
version: 8.0.0
nodeSets:
- name: default
count: 1
config:
node.master: true
node.data: true
node.ingest: true
node.store.allow_mmap: false
然后在发出以下命令后出现错误“无效”:
$kubectl get elasticsearch
名称 版本 阶段 年龄
快速入门 8.0.0 无效 6 小时 3 分钟
if follow the guide from https://www.elastic.co/guide/en/cloud-on-k8s/1.0/k8s-quickstart.html#k8s-deploy-elasticsearch, but after install node using following yaml code,
apiVersion: elasticsearch.k8s.elastic.co/v1
kind: Elasticsearch
metadata:
name: quickstart
spec:
version: 8.0.0
nodeSets:
- name: default
count: 1
config:
node.master: true
node.data: true
node.ingest: true
node.store.allow_mmap: false
and then i get error "invalid", after issuing following command:
$kubectl get elasticsearch
NAME VERSION PHASE AGE
quickstart 8.0.0 Invalid 6h3m
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论