You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -200,7 +200,7 @@ Volume represents a named volume in a pod that may be accessed by any container
200
200
201
201
ExpirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes.
202
202
203
-
### Local / Temporary Directory {#Local / TemporaryDirectory}
203
+
### Local / Temporary Directory {#Local-Temporary-Directory}
204
204
205
205
206
206
-**emptyDir** (EmptyDirVolumeSource)
@@ -233,7 +233,7 @@ Volume represents a named volume in a pod that may be accessed by any container
233
233
234
234
Type for HostPath Volume Defaults to "" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
Copy file name to clipboardExpand all lines: content/en/docs/reference/kubernetes-api/workloads-resources/ephemeral-container.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ An EphemeralContainer is a container that may be added temporarily to an existin
54
54
55
55
Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.
0 commit comments