+

Search Tips | Advanced Search

Disabling runtime webhook checks

Runtime webhook checks ensure that the storage classes are viable for the queue manager. You disable them to improve performance, or because they are not valid for the environment.


About this task

Runtime webhook checks are done on the queue manager configuration. They check that the storage classes are suitable for the selected queue manager type.

We might choose to disable these checks to decrease time taken for queue manager creation, or because the checks are not valid for the specific environment.

Note: After you disable runtime webhook checks, any storage class values are allowed. This could result in a broken queue manager.

Support for runtime checks was introduced in IBM MQ Operator 1.2.


Procedure

Disable runtime webhook checks.

Add the following annotation under metadata. For example:

apiVersion: mq.ibm.com/v1beta1
kind: QueueManager
metadata:
  name: quickstart-cp4i
  annotations:
    "com.ibm.cp4i/disable-webhook-runtime-checks" : "true"
Parent topic: Deploying IBM MQ certified containers using the IBM MQ Operator

Last updated: 2020-10-04