Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KFilippopolitis authored Jan 11, 2024
1 parent 4478b4b commit f91314a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,11 @@ For a "federated" deployment, you may want to add nodes to your cluster. "microk
* db.csvs_location: /data/<MIP_INSTANCE_OR_FEDERATION_NAME>
* controller.cleanup_file_folder: /opt/exareme2/.stored_data/cleanup
* smpc.enabled: true (if you want, and **ONLY** in case of a federated deployment, and also **ONLY** if you have at least 3 worker nodes!)
* Label the nodes
* Label the nodes
For the master node:
```
microk8s kubectl label node <MASTER_HOSTNAME> master=true
```
For all the worker nodes (even on a "local" deployment where the master and the worker are the **same** machine), add *worker* and (if you want) *smpc_player* labels:
```
microk8s kubectl label node <WORKER_HOSTNAME> worker=true
Expand Down

0 comments on commit f91314a

Please sign in to comment.