PySyft
PySyft copied to clipboard
Documentataion for development with k8s
Check out this pull request on ![]()
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:
- For Launching a Domain
CLUSTER_NAME=testdomain1 CLUSTER_HTTP_PORT=9082 tox -e dev.k8s.launch.domain
- For Launching a Gateway
CLUSTER_NAME=testgateway1 CLUSTER_HTTP_PORT=9081 tox -e dev.k8s.launch.gateway
- For Launching a Enclave
CLUSTER_NAME=testenclave1 CLUSTER_HTTP_PORT=9083 tox -e dev.k8s.launch.enclave
- For launching nodes with
hotreload:
tox -e dev.k8s.domain -- hotreload
@khoaguin Great suggestion, added these.