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
Copy file name to clipboardExpand all lines: content/zh/docs/concepts/storage/ephemeral-volumes.md
+23-9Lines changed: 23 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,7 @@ metadata:
183
183
spec:
184
184
containers:
185
185
- name: my-frontend
186
-
image: busybox
186
+
image: busybox:1.28
187
187
volumeMounts:
188
188
- mountPath: "/data"
189
189
name: my-csi-inline-vol
@@ -202,18 +202,32 @@ driver. These attributes are specific to each driver and not
202
202
standardized. See the documentation of each CSI driver for further
203
203
instructions.
204
204
205
-
As a cluster administrator, you can use a [PodSecurityPolicy](/docs/concepts/policy/pod-security-policy/) to control which CSI drivers can be used in a Pod, specified with the
205
+
### CSI driver restrictions
206
+
207
+
As a cluster administrator, you can use a [PodSecurityPolicy](/docs/concepts/security/pod-security-policy/) to control which CSI drivers can be used in a Pod, specified with the
0 commit comments