healthy-device-plugin

module
v0.0.0-...-b1d97f5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 8, 2024 License: MIT

README

healthy-device-plugin

Simple template for k8s healthy device plugin project.

HEALTHY Manager is running as daemonset, and because of the RABC restriction and hydrid cluster, you need to do the following steps to make this daemonset run correctly.

  • service account and clusterrole
kubectl create sa healthy-manager -n kube-system
kubectl create clusterrolebinding healthy-manager-role --clusterrole=cluster-admin --serviceaccount=kube-system:healthy-manager
scp /root/.kube/config ./ (当前目录为healthy-device-plugin的目录)
go mod tidy
make
docker build -t xxxx:xxx .
  • submit daemonset yaml
kubectl create -f daemonset.yaml

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL