Skip to content

oeklo/k8s-ecr-helper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes ECR credentials helper

Runs as a pod.

Needs a ServiceAccount with Role:

apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
  name: ...
rules:
- resources:
  - secrets
  verbs:
  - create
  - get
  - patch
  apiGroups:
  - ''
  resourceNames:
  - ...

docker.io/oeklo/k8s-ecr-helper

About

Image to create k8s secret with the current Amazon ECR token

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Dockerfile 100.0%