Skip to content

Documentation Build

Jingyu Zhou edited this page Oct 10, 2023 · 2 revisions
  1. 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/)
  2. 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
  1. Navigate to http://localhost:14244/performance.html.