-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: better registry handling ✨ #712
Conversation
- add registry url cli option for easy registry change - fix service annotations - fix replacement of kwargs with empty dict by filtering only the empty values
With a custom registry link, you must also pass this as env for Stowaway. Otherwise, you'll end up with this component pulled from the default registry: gefyra/operator/gefyra/configuration.py Lines 7 to 10 in 9fcbf7e
Look for the workload definition of Stowaway in the Operator code to set this env (it's currently not specified and hence uses the default). |
- rename registry param - add env vars to operator - add stowaway pvc size handling
@Schille , Nit: for tracking do we need a ticket for MTU size problem and should that ticket be linked to this PR? |
@Schille , |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow. This became a relatively big change set. It looks okayish to me. Let's see if @SteinRobert approves, too.
closes #703
closes #670
closes #738