-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation for development with k8s #8805
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
…taion-for-dev-with-k8s
Hi @snwagh can we add the newly made commands to launch different types of nodes into the tutorial, for example:
CLUSTER_NAME=testdomain1 CLUSTER_HTTP_PORT=9082 tox -e dev.k8s.launch.domain
CLUSTER_NAME=testgateway1 CLUSTER_HTTP_PORT=9081 tox -e dev.k8s.launch.gateway
CLUSTER_NAME=testenclave1 CLUSTER_HTTP_PORT=9083 tox -e dev.k8s.launch.enclave
tox -e dev.k8s.domain -- hotreload |
@khoaguin Great suggestion, added these. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is excellent! Just a few nit comments.
…penMined/PySyft into snwagh/documentataion-for-dev-with-k8s
Description
07-deploy-devspace.ipynb
which closes this issue03-deploy-k8s-k3d.ipynb
:Testing