File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
content/en/docs/concepts/workloads/pods Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -280,6 +280,18 @@ allowed to set any of:
280
280
* `hostIPC: true`
281
281
* `hostPID: true`
282
282
283
+ No container can use `volumeDevices` (raw block volumes, like /dev/sda) either.
284
+ This includes all the container arrays in the pod spec :
285
+ * `containers`
286
+ * `initContainers`
287
+ * `ephemeralContainers`
288
+
289
+ # # Metrics and observability
290
+
291
+ The kubelet exports two prometheus metrics specific to user-namespaces :
292
+ * `started_user_namespaced_pods_total`: a counter that tracks the number of user namespaced pods that are attempted to be created.
293
+ * `started_user_namespaced_pods_errors_total`: a counter that tracks the number of errors creating user namespaced pods.
294
+
283
295
# # {{% heading "whatsnext" %}}
284
296
285
297
* Take a look at [Use a User Namespace With a Pod](/docs/tasks/configure-pod-container/user-namespaces/)
You can’t perform that action at this time.
0 commit comments