Difference between revisions of "Setting up a new node in the cluster"
Jump to navigation
Jump to search
(Created page with "== Docker == * follow the steps to install docker, nvidia-docker2 and make nvidia-docker the default runtime on the node. == Kubernetes == * create login token on the mast...") |
m (→Kubernetes) |
||
| Line 6: | Line 6: | ||
== Kubernetes == | == Kubernetes == | ||
| + | * install basic (nVidia?)-Kubernetes packages | ||
| + | -- nVidia-Kubernetes vs. Kubernetes with device-plugin? | ||
* create login token on the master node, copy to config file and run it on new node. | * create login token on the master node, copy to config file and run it on new node. | ||
| − | |||
== Post-install configuration == | == Post-install configuration == | ||
* ... | * ... | ||
Revision as of 09:44, 30 May 2019
Docker
- follow the steps to install docker, nvidia-docker2 and make nvidia-docker the default runtime on the node.
Kubernetes
- install basic (nVidia?)-Kubernetes packages
-- nVidia-Kubernetes vs. Kubernetes with device-plugin?
- create login token on the master node, copy to config file and run it on new node.
Post-install configuration
- ...