brightbox-volume-device-plugin

command module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 16, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

README

Brightbox Block Storage Volume device plugin for Kubernetes

The repository builds a container image which is stored on Docker Hub.

The plugin can be installed via the daemonset.yaml manifest.

kubectl apply -f https://raw.githubusercontent.com/brightbox/brightbox-volume-device-plugin/main/daemonset.yaml

What it does

The plugin watches for volume attach and detach events on Brightbox servers and creates a custom resource within Kubernetes. The resources are of the form

volumes.brightbox.com/vol-tgl4c

The list of volume resources can be viewed via kubectl describe node

Pods can require a particular volume to be present by adding the volume to their resources stanzas

apiVersion: v1
kind: Pod
metadata:
  name: with-volume-requirement
spec:
  containers:
  - name: with-volume-requirement
    image: k8s.gcr.io/pause:2.0
    resources:
      limits:
        volumes.brightbox.com/vol-qsk4v: 1

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package dpm (Device Plugin Manager) provides a framework that makes implementation of Device Plugins https://kubernetes.io/docs/concepts/cluster-administration/device-plugins/ easier.
Package dpm (Device Plugin Manager) provides a framework that makes implementation of Device Plugins https://kubernetes.io/docs/concepts/cluster-administration/device-plugins/ easier.

Jump to

Keyboard shortcuts

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