Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arthurvardevanyan/container-registry-k8s-auth-controller
- Owner: ArthurVardevanyan
- Created: 2024-10-11T17:44:25.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-23T15:23:23.000Z (about 1 month ago)
- Last Synced: 2024-12-23T15:29:50.869Z (about 1 month ago)
- Language: Go
- Size: 108 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```