If the cause of the trouble that occurred during the construction or operation of the environment is not identified, information for the initial investigation is collected.
I will explain how to collect information for the initial investigation.
Product log
Operator log
Product log
Get into the container and collect the log.
The log location is specified by log_directory in the custom resource FEP Clusterspec.startupValues.customPgParam parameter. The default is/database/log.
Get into the container and collect the log.
The log location is/var/log/pgpool/pool.log.
Operator log
Check the operator log as follows.
$oc get po NAME READY STATUS RESTARTS AGE fep-ansible-operator-7dc5fd9bf7-4 smzk 1/1 Running 0 20m
$oc logs pod fep-ansible-operator-7dc5fd9bf7-4 smzk -c manager
The log will be output to the console. Please check the file output by redirection.