Skip to content

Commit

Permalink
Merge pull request #8871 from OpenMined/snwagh/edit-readme-with-compu…
Browse files Browse the repository at this point in the history
…te-resources

Adding resource constraint notes to main README
  • Loading branch information
snwagh committed Jun 5, 2024
2 parents bff337a + 7e44e05 commit 1b1490c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@ domain_client = sy.login(

## Deploy Kubernetes Helm Chart

#### 0. Deploy Kubernetes with 8+ Cores and 16GB RAM
#### 0. Deploy Kubernetes

Required resources: 1 CPU and 4GB RAM. However, you will need some special instructions to deploy, please consult [these instructions](https://github.com/OpenMined/PySyft/blob/dev/notebooks/tutorials/deployments/03-deploy-k8s-k3d.ipynb) or look at the resource constraint testing [here](https://github.com/OpenMined/PySyft/pull/8828#issue-2300774645).
Recommended resources: 8+ Cores and 16GB RAM

If you're using Docker Desktop to deploy your Kubernetes, you may need to go into Settings > Resources and increase CPUs and Memory.

Expand Down

0 comments on commit 1b1490c

Please sign in to comment.