This message was deleted.
# general
a
This message was deleted.
a
r
Yes, we have Nvidia GPUs
a
You'd need to modify the kubelet config to point to an external cri - I've not done it for RKE1 before
May be slightly easier with RKE2 - https://gist.github.com/bgulla/3b725f0eea54fdd49f4d7066e16b1d89 modify to point to that CRI's socket
r
BTW, the repository https://github.com/rancher/kubernetes is very old, where is the source code for new one like v1.20.15-rancher1-4 ?
a
r
in file data/data.json, the kubernetes version for "v1.20.15-rancher1-4" is "rancher/hyperkube:v1.20.15-rancher1", where is the source code?
a
r
I just make a clone, it's pretty simple, and Dockerfile is mainly about "FROM rancher/hyperkube-base:v0.0.9" While repository hyperkube-base is mainly about "FROM ubuntu:22.04", where is kubernetes introduced into the image?
found it, thanks a lot
but from https://dl.k8s.io within the release tarball
finally find it from https://github.com/kubernetes/kubernetes.git with tag v1.20.15