笔者在自己的 ubuntu 服务器上使用 GET /_cat/health?v 命令时,返回值如下所示 可以看到集群状态为 yellow,这是什么意思呢?原来在 es 的集群状态中,有三种情况,官网描述如下. RED: Some or all of (primary) shards are not ready. YELLOW: Elasticsearch has allocated all of the primary shards, but some/all of the replicas h
1.pod的声明周期 取值 描述 Pending Pod 已被 Kubernetes 系统接受,但有一个或者多个容器尚未创建亦未运行.此阶段包括等待 Pod 被调度的时间和通过网络下载镜像的时间, Running Pod 已经绑定到了某个节点,Pod 中所有的容器都已被创建.至少有一个容器仍在运行,或者正处于启动或重启状态. Succeeded Pod 中的所有容器都已成功终止,并且不会再重启. Failed Pod 中的所有容器都已终止,并且至少有一个容器是因为失败终止.也就是说,容器以非 0