You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
Describe the bug
I am fairly new to kubernetes and pgadmin. I have a cluster running in GKE and I have deployed a postgres cluster using https://github.com/zalando/postgres-operator. I have successfully deployed the pgadmin application, logged in and now trying to add a server.
Version of Helm and Kubernetes:
Chart: 0.1.10
Helm: v2.14.2
K8s: v1.13.7-gke.15
What happened:
Not sure how to connect to postgres instance, i tried using the name of the kubernetes service but did not work. I instead got error message server connection closed. (Apologies I took a screenshot before uninstalling and I thought it was of the error but it was not)
I also noticed in the browser console there were errors about unauthorized, not sure what that is related to
What you expected to happen:
Successful connection to database :)
How to reproduce it (as minimally and precisely as possible):
Install latest helm chart with supplementary values file:
---
pgadmin:
## pgadmin admin user
username: my-username
## pgadmin admin password
password: my-password
## pgadmin config, Any custom environment variabls. Settings in config.py can be overriden with an environment variable using the prefix: PGADMIN_CONFIG_
## eg turn off enhanced cookie protection for default AKS, loadbalancer installation
config:
- name: "PGADMIN_CONFIG_ENHANCED_COOKIE_PROTECTION"
value: "False"
## Expose the pgAdmin service to be accessed from outside the cluster (LoadBalancer service).
## or access it from within the cluster (ClusterIP service). Set the service type and the port to serve it.
## ref: http://kubernetes.io/docs/user-guide/services/
##
service:
name: my-service-name
Anything else we need to know:
I am also running istio, so I am connecting to pgadmin using a virtual service
I am not sure how to connect to the postgres instance. I am not sure if pgadmin is trying to connect from within the cluster if so I assumed the service name would resolve to correct pod or if postgres service has to be exposed to outside traffic. Any information on this such as service type would be helpful.
Thanks
The text was updated successfully, but these errors were encountered:
Describe the bug
I am fairly new to kubernetes and pgadmin. I have a cluster running in GKE and I have deployed a postgres cluster using https://github.com/zalando/postgres-operator. I have successfully deployed the pgadmin application, logged in and now trying to add a server.
Version of Helm and Kubernetes:
Chart: 0.1.10
Helm: v2.14.2
K8s: v1.13.7-gke.15
What happened:
Not sure how to connect to postgres instance, i tried using the name of the kubernetes service but did not work. I instead got error message server connection closed. (Apologies I took a screenshot before uninstalling and I thought it was of the error but it was not)
I also noticed in the browser console there were errors about unauthorized, not sure what that is related to
What you expected to happen:
Successful connection to database :)
How to reproduce it (as minimally and precisely as possible):
Install latest helm chart with supplementary values file:
Anything else we need to know:
I am also running istio, so I am connecting to pgadmin using a virtual service
I am not sure how to connect to the postgres instance. I am not sure if pgadmin is trying to connect from within the cluster if so I assumed the service name would resolve to correct pod or if postgres service has to be exposed to outside traffic. Any information on this such as service type would be helpful.
Thanks
The text was updated successfully, but these errors were encountered: