Skip to content

boxboat/k8s-tpm-device

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8s-tpm-device

Kubernetes device plugin based on intel-device-plugin-for-kubernetes

About

The device plugin runs as a DaemonSet to register a TPM with the kubelet.

Usage

To install

helm repo add k8s-tpm-device https://boxboat.github.io/k8s-tpm-device/chart
helm repo update
helm upgrade install k8s-tpm-device --namespace tpm-device --create-namespace k8s-tpm-device/k8s-tpm-device 

Add this resource limit to grant the desired container access to /dev/tpmrm0

resources:
  limits:
    tpm.boxboat.io/tpmrm: '1'