Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arthurvardevanyan/container-registry-k8s-auth-controller


https://github.com/arthurvardevanyan/container-registry-k8s-auth-controller

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# container-registry-k8s-auth-controller

This controller handles the creation and rotation of short lived pull secrets to

- Quay
- Artifact Registry

## Incepting Controller

How to Repo was setup

-
-

```bash
kubebuilder init --domain arthurvardevanyan.com --repo github.com/ArthurVardevanyan/container-registry-k8s-auth-controller
kubebuilder create api --group containerregistry --version v1beta1 --kind Auth --namespaced=true
```

## Getting Started

### Building Image

Build and push your image to the location specified by `IMG`:

```bash
go get -u
go mod tidy
```

```bash
make ko-build
```