We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d6f58 commit 8518261Copy full SHA for 8518261
deploy/kubectl/openebs-operator-lite.yaml
@@ -530,9 +530,8 @@ spec:
530
- -v=4
531
# The feature-gate is used to enable the new UUID algorithm.
532
- --feature-gates="GPTBasedUUID"
533
- # Detect mount point and filesystem changes wihtout restart.
534
- # Uncomment the line below to enable the feature.
535
- # --feature-gates="MountChangeDetection"
+ # Detect changes to device size, filesystem and mount-points without restart.
+ - --feature-gates="ChangeDetection"
536
# The feature gate is used to start the gRPC API service. The gRPC server
537
# starts at 9115 port by default. This feature is currently in Alpha state
538
# - --feature-gates="APIService"
0 commit comments