andromedarabbit / kube-ebs-tagger

Tag Kubernetes AWS EBS volumes from labels from PersistentVolumes and PersistentVolumeClaims

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes EBS Tagger

This will watch all Persistent Volumes created by the Kubernetes AWS EBS provider and apply the labels from the Persistent Volume and Persistent Volume Claim to the EBS volume.

Install

Using helm 3

$  helm repo add sstarcher https://shanestarcher.com/helm-charts/
$ helm install kube-ebs-tagger sstarcher/kube-ebs-tagger

If using kube2iam you will want to specify podAnnotations

podAnnotations:
    iam.amazonaws.com/role: IAM_ROLE

About

Tag Kubernetes AWS EBS volumes from labels from PersistentVolumes and PersistentVolumeClaims

License:Apache License 2.0


Languages

Language:Go 79.3%Language:Smarty 11.3%Language:Dockerfile 5.2%Language:Shell 4.2%