v1.0.3-beta.2
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
---
|
||||
layout: LearningLayout
|
||||
description: Kubernetes 免费教程
|
||||
description: Kubernetes 免费中文教程
|
||||
---
|
||||
|
||||
# Kubernetes 免费教程
|
||||
# Kubernetes 免费中文教程
|
||||
|
||||
本教程的主要依据是:Kubernetes 官网文档,以及使用 Kubernetes 落地 Spring Cloud 微服务并投产的实战经验。适用人群:
|
||||
* Kubernetes 初学者
|
||||
|
||||
@ -110,6 +110,9 @@ Kuboard 暂不支持 -->
|
||||
|
||||
restartPolicy 将作用于 Pod 中的所有容器。kubelete 将在五分钟内,按照递延的时间间隔(10s, 20s, 40s ......)尝试重启已退出的容器,并在十分钟后再次启动这个循环,直到容器成功启动,或者 Pod 被删除。
|
||||
|
||||
::: tip
|
||||
控制器 Deployment/StatefulSet/DaemonSet 中,只支持 Always 这一个选项,不支持 OnFailure 和 Never 选项。
|
||||
:::
|
||||
|
||||
## 容器组的存活期
|
||||
|
||||
|
||||
Reference in New Issue
Block a user