No description
This repository has been archived on 2026-06-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2023-03-10 09:57:09 +00:00
deployment 增加示例pod的deployment文件 2023-03-10 17:41:19 +08:00
device.go k8s 上简单实现deviceplugin demo 2023-03-10 17:38:36 +08:00
go.mod k8s 上简单实现deviceplugin demo 2023-03-10 17:38:36 +08:00
go.sum k8s 上简单实现deviceplugin demo 2023-03-10 17:38:36 +08:00
main.go k8s 上简单实现deviceplugin demo 2023-03-10 17:38:36 +08:00
README.md Update README.md 2023-03-10 09:57:09 +00:00
server.go k8s 上简单实现deviceplugin demo 2023-03-10 17:38:36 +08:00
watch.go k8s 上简单实现deviceplugin demo 2023-03-10 17:38:36 +08:00

Deviceplugindemo

为自定义硬件接入k8s所需要实现的简单demo示例

Getting started

下载项目代码到本地 使用 go build . 方式生成可执行文件在k8s/k3s集群内主机上运行。目前裸机上运行根据项目实际需求可变动到云上部署建议采用daemonset的方式进行部署。

Add your files

cd existing_repo
git remote add origin https://git.mesalab.cn/linxin/deviceplugindemo.git
git branch -M main
git push -uf origin main