Changes

Jump to navigation Jump to search

Initializing the Kubernetes cluster

207 bytes added, 6 years ago
m
Kubernetes and pre-requisites (every node)
"storage-driver": "overlay2"
}
</syntaxhighlight>
 
On nodes with an nVidia GPU, add the following:
 
<syntaxhighlight lang="bash">
"runtimes": {
"nvidia": {
"path": "nvidia-container-runtime",
"runtimeArgs": []
}
}
</syntaxhighlight>

Navigation menu