We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e28ec11 commit 3628c5aCopy full SHA for 3628c5a
concepts/pod-lifecycle.md
@@ -96,7 +96,7 @@ spec:
96
containers:
97
- args:
98
- /server
99
- image: gcr.io/google_containers/liveness
+ image: k8s.gcr.io/liveness
100
livenessProbe:
101
httpGet:
102
# when "host" is not defined, "PodIP" will be used
@@ -106,8 +106,8 @@ spec:
106
path: /healthz
107
port: 8080
108
httpHeaders:
109
- - name: X-Custom-Header
110
- value: Awesome
+ - name: X-Custom-Header
+ value: Awesome
111
initialDelaySeconds: 15
112
timeoutSeconds: 1
113
name: liveness
@@ -159,4 +159,4 @@ spec:
159
160
原文地址:https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/
161
162
-翻译:[rootsongjc](https://github.com/rootsongjc)
+翻译:[rootsongjc](https://github.com/rootsongjc)
0 commit comments