Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

metaflow-metaflow-ui POD crashing loopback #48

Open
abdel1979 opened this issue Nov 21, 2023 · 0 comments
Open

metaflow-metaflow-ui POD crashing loopback #48

abdel1979 opened this issue Nov 21, 2023 · 0 comments

Comments

@abdel1979
Copy link

abdel1979 commented Nov 21, 2023

Pods logs errors shows

psycopg2.OperationalError: fe_sendauth: no password supplied

We use OKE (Oracle Cloud k8 cluster )
Kube version 1.27

metaflow-service:
  metadatadb:
    password: metaflow
    name: metaflow
    user: metaflow

metaflow-ui:
  # Note: for security reasons, these values should NOT be set in plain text.
  #       Better options of passing these values are using environment variables,
  #       kubernetes secret + values file, etc.
  metadatadb:
    password: metaflow
    name: metaflow
    user: metaflow

  ingress:
    enabled: false

postgresql:
  # postgresql.enabled -- Flag to install Postgresql
  enabled: true
  postgresqlPassword: metaflow
  postgresqlDatabase: metaflow
  postgresqlUsername: metaflow
~                                 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant