Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sstarcher/kube-ebs-tagger
Tag Kubernetes AWS EBS volumes from labels from PersistentVolumes and PersistentVolumeClaims
https://github.com/sstarcher/kube-ebs-tagger
Last synced: 19 days ago
JSON representation
Tag Kubernetes AWS EBS volumes from labels from PersistentVolumes and PersistentVolumeClaims
- Host: GitHub
- URL: https://github.com/sstarcher/kube-ebs-tagger
- Owner: sstarcher
- License: apache-2.0
- Created: 2020-01-16T19:55:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-05T00:39:22.000Z (over 4 years ago)
- Last Synced: 2023-05-26T00:33:40.202Z (over 1 year ago)
- Language: Go
- Size: 63.5 KB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```yaml
podAnnotations:
iam.amazonaws.com/role: IAM_ROLE
```## Automated Docker Builds
This is handled by docker hub's automated [build process](https://hub.docker.com/repository/docker/sstarcher/kube-ebs-tagger/).