Kubernetes client logs uses OkHttp library to perform operations
with the Kubernetes API. To enable logs and see what it is sent and what is received set the
JAVA_OPTS
environment variable with value -Dquarkus.log.category.\"okhttp3.logging.HttpLoggingInterceptor\".level=TRACE
for the operator Deployment:
kubectl set env -n stackgres deployment/stackgres-operator JAVA_OPTS=-Dquarkus.log.category.\"okhttp3.logging.HttpLoggingInterceptor\".level=TRACE