-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Adding flags from specific backend implementation #83
Comments
Still an issue.. |
@21stio please check @272 The idea is that in the Override method you can add the flags you need to add or change |
Alright, thanks a lot! |
hnrytrn
pushed a commit
to hnrytrn/ingress-nginx
that referenced
this issue
Aug 9, 2018
set registry when publishing
haoqing0110
referenced
this issue
in stolostron/management-ingress
Mar 5, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
we are implementing our own version of the ingress controller right now. We would like to add some additional flags, but we can't find any way to accomplish it without touching the generic code.
We added the
SetFlags
function to the generic launch.goand call it in our main.go
Do you know of any way to do it in a more elegant fashion? We tried a lot things, but I either wipes the generic flags or all..
Any ideas?
Best regards
The text was updated successfully, but these errors were encountered: