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
|**containerd_runtime**| string | yes | N/A | Runtime for containerd e.g. `io.containerd.runc.v1` or `io.containerd.runc.v2`. |
98
-
|**stats_interval**| string | no | 1s | Interval for collecting `TaskStats`. |
99
-
|**allow_privileged**| bool | no | true | If set to `false`, driver will deny running privileged jobs. |
100
-
|**auth**| block | no | N/A | Provide authentication for a private registry. See [Authentication](#authentication-private-registry) for more details. |
|**containerd_address**| string | no |`/run/containerd/containerd.sock`| Path to containerd socket. |
98
+
|**containerd_runtime**| string | yes | N/A | Runtime for containerd e.g. `io.containerd.runc.v1` or `io.containerd.runc.v2`. |
99
+
|**stats_interval**| string | no | 1s | Interval for collecting `TaskStats`. |
100
+
|**allow_privileged**| bool | no | true | If set to `false`, driver will deny running privileged jobs. |
101
+
|**auth**| block | no | N/A | Provide authentication for a private registry. See [Authentication](#authentication-private-registry) for more details. |
0 commit comments