Skip to content

Commit

Permalink
Updated DCE5.0.md & Kubernetes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BinL233 committed Jun 26, 2023
1 parent 826bd16 commit d86806a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/Kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -589,8 +589,8 @@
3. **用户删除 Pod**
1. APIServer 收到消息并将Pod视为 dead
2. APIServer 将 Pod 标记为 Terminating 状态
3. (与第10步同时运行)kubelet 在监控到 Pod 对象转为 Terminating 状态的同时启动 Pod 关闭程序
4. (与第10步同时运行)Endpoints Controller 将所有连接到此 Pod 的 Service 全部从列表移除
3. (与第2步同时运行)kubelet 在监控到 Pod 对象转为 Terminating 状态的同时启动 Pod 关闭程序
4. (与第2步同时运行)Endpoints Controller 将所有连接到此 Pod 的 Service 全部从列表移除
5. Kubelet 发送 TERM 信号
6. Kubelet 运行 preSTOP hook *(它可以让你在容器被终止之前执行一些操作,例如进行清理、备份、保存状态等。 在preStop钩子执行期间,容器将继续处理所有传入的请求,但不会再接收新的请求)*
7. 过了 Grace Period *(默认30秒)* 之后,Kubelet 发送 SIGKILL 信号终止此 Pod 相关进程
Expand Down

0 comments on commit d86806a

Please sign in to comment.