bcgov / cas-helm

Exploration of Helm 3 on OpenShift
0 stars 0 forks source link

Write logs to stdout #8

Closed dleard closed 4 years ago

dleard commented 4 years ago

Docs: (under 'writing logs to elasticsearch') https://github.com/apache/airflow/blob/1e3cdddcd87be3c0f11b43efea11cdbddaff4470/docs/howto/write-logs.rst

dleard commented 4 years ago

closes #7

wenzowski commented 4 years ago

Done mucking; though now wondering if this is the right approach. By writing logs to a fake elasticsearch we can't read them back. Maybe we should be writing them to an object storage bucket instead?

wenzowski commented 4 years ago

A look at the persistent volume claim annotations revealed that volume provisioning was stuck. Deleting the claim and re-provisioning solved the issue.

oc -n wksv3k-tools get pvc cas-airflow-postgresql -o json | jq '.metadata.annotations'