github.com/alibaba/sealer@v0.8.6-0.20220430115802-37a2bdaa8173/applications/nvidia-plugin/README.md (about)

     1  # sealer-nvidia-plugin-pack
     2  
     3  ## preparation
     4  
     5  1. centos 7.9 with nvidia driver installed
     6  2. sealer latest version installed
     7  
     8  ## build
     9  
    10  sealer build -f Kubefile -t registry.cn-qingdao.aliyuncs.com/sealer-io/kubernetes-nvidia:v1.19.8 -m lite .
    11  
    12  ## apply
    13  
    14  1. Modify Clusterfile according to the environment
    15  2. sealer apply -f ./Clusterfile
    16  
    17  ## results
    18  
    19  `nvidia.com/gpu` shows on 'Allocated resources' with command 'kubectl describe node'.