forked from apple/foundationdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Documentation Build
Jingyu Zhou edited this page Oct 10, 2023
·
2 revisions
-
ninja docpreview
starts a web server at a local port: e.g.,Serving HTTP on 0.0.0.0 port 14244 (http://0.0.0.0:14244/)
- Since this web server is in
okteto
, need to do port fowarding:
$ ssh -L 14244:localhost:14244 jzhou-dev.okteto
Note jzhou-dev.okteto
should be replaced with your instance name, which can be found in ~/.ssh/config
file, e.g.,
# entry generated by okteto
Host jzhou-dev.okteto
Or
$ kubectl get all
$ kubectl port-forward replicaset.apps/jzhou-dev-6df7457774 14244 14244
- Navigate to
http://localhost:14244/performance.html
.