With a Change Control license, you can use the deployment configuration option for large container deployments such as Kubernetes. This option is implemented to avoid performance issues during large deployments.
When the deployment configuration option is enabled, newly created volumes are excluded from file system hooking.
Note
The deployment configuration option is not supported in Application Control.
You can enable or disable the deployment configuration option in Change Control using the following commands:
To enable, run this command:
sadmin config set DeployMode=1To disable, run this command:
sadmin config set DeployMode=0
To verify the status of the deployment configuration option, run this command:
sadmin config show | grep "DeployMode"
If the result shows 1 (0x1), the deployment configuration option is enabled.
If the result shows 0 (0x0), the deployment configuration option is disabled.