Skip to content

Commit 2387383

Browse files
Syncing with KKP main (a16518354)
1 parent e9031c8 commit 2387383

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

content/kubermatic/main/data/seed.ce.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ spec:
3333
# List of registry mirrors to use
3434
mirrors:
3535
- mirror.gcr.io
36+
# Optional: EnableNonRootDeviceOwnership enables the non-root device ownership feature in the container runtime.
37+
enableNonRootDeviceOwnership: false
3638
# Optional: If set, this proxy will be configured for both HTTP and HTTPS.
3739
httpProxy: ""
3840
# Optional: These image registries will be configured as insecure

content/kubermatic/main/data/seed.ee.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ spec:
3333
# List of registry mirrors to use
3434
mirrors:
3535
- mirror.gcr.io
36+
# Optional: EnableNonRootDeviceOwnership enables the non-root device ownership feature in the container runtime.
37+
enableNonRootDeviceOwnership: false
3638
# Optional: If set, this proxy will be configured for both HTTP and HTTPS.
3739
httpProxy: ""
3840
# Optional: These image registries will be configured as insecure

content/kubermatic/main/data/seed.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ spec:
3333
# List of registry mirrors to use
3434
mirrors:
3535
- mirror.gcr.io
36+
# Optional: EnableNonRootDeviceOwnership enables the non-root device ownership feature in the container runtime.
37+
enableNonRootDeviceOwnership: false
3638
# Optional: If set, this proxy will be configured for both HTTP and HTTPS.
3739
httpProxy: ""
3840
# Optional: These image registries will be configured as insecure

content/kubermatic/main/references/crds/_index.en.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2538,6 +2538,7 @@ _Appears in:_
25382538
| `registryMirrors` _string array_ | {{< unsafe >}}Optional: These image registries will be configured as registry mirrors<br />on the container runtime.{{< /unsafe >}} |
25392539
| `pauseImage` _string_ | {{< unsafe >}}Optional: Translates to --pod-infra-container-image on the kubelet.<br />If not set, the kubelet will default it.{{< /unsafe >}} |
25402540
| `containerdRegistryMirrors` _[ContainerRuntimeContainerd](#containerruntimecontainerd)_ | {{< unsafe >}}Optional: ContainerdRegistryMirrors configure registry mirrors endpoints. Can be used multiple times to specify multiple mirrors.{{< /unsafe >}} |
2541+
| `enableNonRootDeviceOwnership` _boolean_ | {{< unsafe >}}Optional: EnableNonRootDeviceOwnership enables the non-root device ownership feature in the container runtime.{{< /unsafe >}} |
25412542

25422543

25432544
[Back to top](#top)
@@ -5608,6 +5609,7 @@ _Appears in:_
56085609
| `registryMirrors` _string array_ | {{< unsafe >}}Optional: These image registries will be configured as registry mirrors<br />on the container runtime.{{< /unsafe >}} |
56095610
| `pauseImage` _string_ | {{< unsafe >}}Optional: Translates to --pod-infra-container-image on the kubelet.<br />If not set, the kubelet will default it.{{< /unsafe >}} |
56105611
| `containerdRegistryMirrors` _[ContainerRuntimeContainerd](#containerruntimecontainerd)_ | {{< unsafe >}}Optional: ContainerdRegistryMirrors configure registry mirrors endpoints. Can be used multiple times to specify multiple mirrors.{{< /unsafe >}} |
5612+
| `enableNonRootDeviceOwnership` _boolean_ | {{< unsafe >}}Optional: EnableNonRootDeviceOwnership enables the non-root device ownership feature in the container runtime.{{< /unsafe >}} |
56115613

56125614

56135615
[Back to top](#top)

0 commit comments

Comments
 (0)