Skip to content

Commit ec932f8

Browse files
authored
Port-forward service instead of pod (zalando#1040)
1 parent 3759634 commit ec932f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ You can now access the web interface by port forwarding the UI pod (mind the
160160
label selector) and enter `localhost:8081` in your browser:
161161

162162
```bash
163-
kubectl port-forward "$(kubectl get pod -l name=postgres-operator-ui --output='name')" 8081
163+
kubectl port-forward svc/postgres-operator-ui 8081:8081
164164
```
165165

166166
Available option are explained in detail in the [UI docs](operator-ui.md).

0 commit comments

Comments
 (0)