Forum Discussion

PaulVogt's avatar
PaulVogt
Icon for Altocumulus rankAltocumulus
Feb 21, 2025
Solved

openshift multi cluster CIS HA

I encounter a weird issue configuring a high available CIS 2.19 on Openshift 4.16. The primary cis hangs in a loop, printing: [WARNING] AutoMonitor value  is not defined or not supported. Defaulting...
  • PaulVogt's avatar
    Feb 26, 2025

    I think I found the reason. The check probe of bigip-ctlr was configured as an Openshift route managed by cis itself. So when starting the primary CIS it had to configure this first on the F5 to get the health check to work. While the secondary did not had this route and was still active, so blocking the creation of this route.

    Creating a static route for the health check, using the default ingress controller on port 80 solved the issue