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: deploy/chart/crds/0000_50_olm_00-subscriptions.crd.yaml
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2258,7 +2258,7 @@ spec:
2258
2258
A failure to resolve or pull the image during pod startup will block containers from starting and may add significant latency. Failures will be retried using normal volume backoff and will be reported on the pod reason and message.
2259
2259
The types of objects that may be mounted by this volume are defined by the container runtime implementation on a host machine and at minimum must include all valid types supported by the container image field.
2260
2260
The OCI object gets mounted in a single directory (spec.containers[*].volumeMounts.mountPath) by merging the manifest layers in the same way as for container images.
2261
-
The volume will be mounted read-only (ro) and non-executable files (noexec).
2261
+
The volume will be mounted read-only (ro).
2262
2262
Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath) before 1.33.
2263
2263
The field spec.securityContext.fsGroupChangePolicy has no effect on this volume type.
2264
2264
type: object
@@ -2426,8 +2426,7 @@ spec:
2426
2426
description: |-
2427
2427
portworxVolume represents a portworx volume attached and mounted on kubelets host machine.
2428
2428
Deprecated: PortworxVolume is deprecated. All operations for the in-tree portworxVolume type
2429
-
are redirected to the pxd.portworx.com CSI driver when the CSIMigrationPortworx feature-gate
2430
-
is on.
2429
+
are redirected to the pxd.portworx.com CSI driver.
0 commit comments