-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
base: main
Are you sure you want to change the base?
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 , |
closes #703
closes #670