-
Bug
-
Resolution: Done
-
Major
-
7.7.1.GA
-
None
-
2020 Week 31-33 (from Jul 27), 2020 Week 34-36 (from Aug 17), 2020 Week 37-39 (from Sep 7)
-
-
Compatibility/Configuration, User Experience
-
Workaround Exists
-
Operator installation in environment "rhpam-production-immutable" spins up an instance of Business Monitoring by default. This instance fails to initialize when PVC access mode ReadWriteMany is not available in the cluster.
Message from the pvc (oc describe pvc):
Warning ProvisioningFailed 15s (x6 over 55s) persistentvolume-controller Failed to provision volume with StorageClass "gp2": invalid AccessModes [ReadWriteMany]: only AccessModes [ReadWriteOnce] are supported
In order to avoid the problem, a user must explicitly set to zero the console: replicas: 0 in the KieApp CRD.
Wouldn't be better for the "rhpam-production-immutable" environment to default to zero the number of console replicas?
- is documented by
-
BXMSDOC-6614 Track and document changes for ReadWriteMany requirement
- Open