We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3759634 commit ec932f8Copy full SHA for ec932f8
docs/quickstart.md
@@ -160,7 +160,7 @@ You can now access the web interface by port forwarding the UI pod (mind the
160
label selector) and enter `localhost:8081` in your browser:
161
162
```bash
163
-kubectl port-forward "$(kubectl get pod -l name=postgres-operator-ui --output='name')" 8081
+kubectl port-forward svc/postgres-operator-ui 8081:8081
164
```
165
166
Available option are explained in detail in the [UI docs](operator-ui.md).
0 commit comments