Hide Forgot
Document URL: https://docs.openshift.com/container-platform/3.3/admin_guide/router.html#viewing-logs Section Number and Name: Monitoring Routers Describe the issue: routes.json,certs and cacerts are not in /var/lib/containers/router/ dir any more, they are in /var/lib/haproxy/router/ Suggestions for improvement: For routes.json,certs and cacerts files, change /var/lib/containers/router/ to /var/lib/haproxy/router/ Additional information: [root@ip-172-18-9-174 ~]# ls -al /var/lib/haproxy/conf/haproxy.config -rwxrwxrwx. 1 root root 10358 Oct 11 09:26 /var/lib/haproxy/conf/haproxy.config [root@ip-172-18-9-174 ~]# ls -al /var/lib/containers/router/routes.json ls: cannot access /var/lib/containers/router/routes.json: No such file or directory [root@ip-172-18-9-174 ~]# ls /var/lib/haproxy/router/routes.json /var/lib/haproxy/router/routes.json [root@ip-172-18-9-174 ~]# cd /var/lib/haproxy/router [root@ip-172-18-9-174 router]# ls cacerts certs routes.json [root@ip-172-18-9-174 router]# [root@ip-172-18-9-174 lib]# cd /var/lib [root@ip-172-18-9-174 lib]# ls alternatives dbus games haproxy initramfs machines misc origin rhsm rpm rpm-state systemd yum [root@ip-172-18-9-174 lib]#
Updated the Monitoring Routers page as per the bug description.
Moving this to POST since this has not been merged into Origin (state MODIFIED) or pulled into OSCP (ON_QA).
Commits pushed to master at https://github.com/openshift/openshift-docs https://github.com/openshift/openshift-docs/commit/2a101506823932eaa8b4dea296ebf3b8bea9a44e BUG1383703 - corrected the path for routes.json,certs and cacerts from /var/lib/containers/router/ to /var/lib/haproxy/router/ for Monitoring Routers https://github.com/openshift/openshift-docs/commit/8b593ad0bd0bc6de55ce0bd627d34d77f91af4d6 Merge pull request #3147 from gaurav-nelson/BUG1383703 BUG1383703 - Corrected the path for routes.json,certs and cacerts for Monitoring Routers section
Now live at https://docs.openshift.com/container-platform/3.3/admin_guide/router.html#viewing-logs