Local registry#2326
Merged
Merged
Conversation
033cdd6 to
40b0a62
Compare
FabianKramm
requested changes
Sep 29, 2022
d610eb1 to
65c6346
Compare
lizardruss
commented
Oct 12, 2022
FabianKramm
approved these changes
Oct 19, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What issue type does this pull request address? (keep at least one, remove the others)
/kind feature
What does this pull request do? Which issues does it resolve? (use
resolves #<issue_number>if possible)Adds a local image registry when user lacks push permissions to the remote registry.
Please provide a short message that should be published in the DevSpace release notes
Fixed an issue where DevSpace ...
What else do we need to know?
TODO
ShouldRebuild()to account for local registry usage${runtime.images.my-image.image}&&${runtime.images.my-image}image(name)devspace initdoesn't produce config for local-registry (even in comments).devspace buildon minikube with default config(no config for local-registry) spins the registry pod doesn't push the image to it anddevspace buildcommand errors out. (Note: updated to skip push fordevspace buildand minikube, as well as skip local registry for minikube)devspace cleanup local-registrycommand asks question (sure to cleanup) even when there is no registry pod running.