Setting up a new node in the cluster: Difference between revisions
Jump to navigation
Jump to search
| Line 6: | Line 6: | ||
== Kubernetes == | == Kubernetes == | ||
Follow instructions [[Initializing_the_Kubernetes_cluster|on this page]] to install Kubernetes. | |||
== Post-install configuration == | == Post-install configuration == | ||
Revision as of 16:26, 17 June 2019
Docker
- follow the steps to install docker, nvidia-docker2 and make nvidia-docker the default runtime on the node.
Kubernetes
Follow instructions on this page to install Kubernetes.
Post-install configuration
- Add the node to the different namespaces it should belong to.
- TODO