PySyft icon indicating copy to clipboard operation
PySyft copied to clipboard

Documentataion for development with k8s

Open snwagh opened this issue 1 year ago • 3 comments
trafficstars

Description

Closes this issue

snwagh avatar May 13 '24 17:05 snwagh

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Hi @snwagh can we add the newly made commands to launch different types of nodes into the tutorial, for example:

  1. For Launching a Domain
CLUSTER_NAME=testdomain1 CLUSTER_HTTP_PORT=9082 tox -e dev.k8s.launch.domain
  1. For Launching a Gateway
CLUSTER_NAME=testgateway1 CLUSTER_HTTP_PORT=9081 tox -e dev.k8s.launch.gateway
  1. For Launching a Enclave
CLUSTER_NAME=testenclave1 CLUSTER_HTTP_PORT=9083 tox -e dev.k8s.launch.enclave
  1. For launching nodes with hotreload:
tox -e dev.k8s.domain -- hotreload

khoaguin avatar May 14 '24 02:05 khoaguin

@khoaguin Great suggestion, added these.

snwagh avatar May 14 '24 14:05 snwagh