Skip to content

Project-HAMi/biren-device-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Biren Device Plugin

Prerequisites

The list of prerequisites for running the Biren device plugin is described below:

  1. Biren GPU Driver >= 1.2.2
  2. Kubernetes >=1.13

Deployment

Label the Node with birentech.com=gpu

kubectl label node {biren-node} birentech.com=gpu

Deploy biren-device-plugin

kubectl apply -f deploy/biren-device-plugin.yaml

Usage

apiVersion: v1
kind: Pod
metadata:
  name: pod1
spec:
  restartPolicy: OnFailure
  containers:
    - image: ubuntu
      name: pod1-ctr
      command: ["sleep"]
      args: ["infinity"]
      resources:
        limits:
          birentech.com/gpu: 1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors