-
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
Audit backend interface for cross platform compatibility #18
Comments
@bprashanth in the location you also get information about the annotations (for instance |
Closing. Interface already improved and use by third party controllers |
haoqing0110
referenced
this issue
in stolostron/management-ingress
Mar 5, 2021
haoqing0110
referenced
this issue
in stolostron/management-ingress
Mar 5, 2021
…lity fix pkg vulnerability
Merged
Alvaro-Campesino
pushed a commit
to Alvaro-Campesino/ingress-nginx-k8s
that referenced
this issue
Feb 10, 2023
Co-authored-by: Viktor Jacynycz <vjacynycz@stratio.com> Co-authored-by: Unai Arríen <unaittxu@gmail.com> Co-authored-by: Francisco Orselli <forselli@stratio.com>
Alvaro-Campesino
added a commit
to Alvaro-Campesino/ingress-nginx-k8s
that referenced
this issue
Feb 10, 2023
…ubernetes#22) Co-authored-by: Miguel Angel Jimenez <majimenez@stratio.com> Co-authored-by: Viktor Jacynycz <vjacynycz@stratio.com> Co-authored-by: Unai Arríen <unaittxu@gmail.com> Co-authored-by: Francisco Orselli <forselli@stratio.com>
Alvaro-Campesino
added a commit
to Alvaro-Campesino/ingress-nginx-k8s
that referenced
this issue
Feb 13, 2023
…ubernetes#22) Co-authored-by: Miguel Angel Jimenez <majimenez@stratio.com> Co-authored-by: Viktor Jacynycz <vjacynycz@stratio.com> Co-authored-by: Unai Arríen <unaittxu@gmail.com> Co-authored-by: Francisco Orselli <forselli@stratio.com>
Alvaro-Campesino
added a commit
to Alvaro-Campesino/ingress-nginx-k8s
that referenced
this issue
Feb 14, 2023
…ubernetes#22) (kubernetes#26) * [EOS-10808] Set explicit domain for stratio-cookie (kubernetes#18) (kubernetes#22) Co-authored-by: Miguel Angel Jimenez <majimenez@stratio.com> Co-authored-by: Viktor Jacynycz <vjacynycz@stratio.com> Co-authored-by: Unai Arríen <unaittxu@gmail.com> Co-authored-by: Francisco Orselli <forselli@stratio.com> * delete test file --------- Co-authored-by: Miguel Angel Jimenez <majimenez@stratio.com> Co-authored-by: Viktor Jacynycz <vjacynycz@stratio.com> Co-authored-by: Unai Arríen <unaittxu@gmail.com> Co-authored-by: Francisco Orselli <forselli@stratio.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I haven't had the time to prototype enough loadbalancer backends (eg: envoy, h2o, cloudprovider) with the generic_controller's interface. Currently it's pretty minimalistic, and captured in this commit: f908fb9
Tl;dr is an interface:
and the
Configuration
typeWe need to attack this from 2 angles:
OnUpdate
adequateRight now, every onUpdate effectively gets:
The text was updated successfully, but these errors were encountered: