Hide Forgot
Description of problem: The openshift f5 router will add the polices, irules and pools to F5 server when initializing. After restaring F5 server, the setting are missing and it will block user traffic via F5. Version-Release number of selected component (if applicable): openshift v3.4.0.25+1f36858 kubernetes v1.4.0+776c994 etcd 3.1.0-rc.0 How reproducible: always Steps to Reproduce: 1. Create f5 router: oadm router f5router ... 2. Login F5 web console to check the polices, irules and pools. (e.g. The two policies "openshift_insecure_routes" and "openshift_secure_routes" should be added) 3. Restart F5 server. Actual results: the policies, irules and pools on F5 server are missing after F5 server rebooting. Expected results: the policies, irules and pools on F5 server should be saved. Additional info: workaround: restart f5-router pod to redo initializing process to add the configuration.