-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
good first issueGood for newcomersGood for newcomersintermediateintermediate level good first issues, might be little harder to completeintermediate level good first issues, might be little harder to complete
Description
To use hot reloading with skaffold, we need a container registry where we can push our images. Of course, one could simply use docker hub which is also recommended. But it would be nice to have a custom container registry deployment , especially if the images need to be private. Docker has some limits for private repositories.
Deploy a container registry with 20GB persistent volume claim.
- Use bitnami harbor helm chart https://artifacthub.io/packages/helm/bitnami/harbor and integrate that with skaffold
- 20GB persistent volume claim initially
- Check working by settting
SKAFFOLD_DEFAULT_REPO
environment variable inskaffold.env
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersintermediateintermediate level good first issues, might be little harder to completeintermediate level good first issues, might be little harder to complete