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 was archived by the owner on Nov 30, 2023. It is now read-only.
You can connect to the pgAdmin in your browser, using <SVC_IP>.
197
+
198
+
http://<SVC_IP>
199
+
200
+
Use the <PGADMIN_USERNAME> in the "Email Address" field and <PG_ADMIN_CONSOLE_PASSWORD> you defined earlier to login to the console. From there you can click "Add New Server" and use the <DATABASE_USER_NAME> and <USER_PASSWORD> you created earlier to connect to 127.0.0.1:5432.
201
+
202
+
After successful connection, delete the services to avoid unauthorized access:
You can connect to the pgAdmin in your browser, using <SVC_IP>.
209
+
210
+
http://<SVC_IP>
211
+
212
+
Use the <PGADMIN_USERNAME> in the "Email Address" field and <PG_ADMIN_CONSOLE_PASSWORD> you defined earlier to login to the console. From there you can click "Add New Server" and use the <DATABASE_USER_NAME> and <USER_PASSWORD> you created earlier to connect to 127.0.0.1:5432.
213
+
214
+
After successful connection, delete the services to avoid unauthorized access:
215
+
216
+
On the cloud shell, run:
217
+
218
+
kubectl delete svc <SVC_NAME>
219
+
220
+
221
+
### Cloud SDK users (or non cloud shell users)
222
+
180
223
Once **create.sh** is complete you need to run ```make expose``` to connect to
181
224
the running pgAdmin pod. ```make expose``` will port-forward to the running pod.
182
225
You can [connect to the port-forwarded pgAdmin in your
0 commit comments