-
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
nginx-specific annotations should say nginx #1436
Comments
Other Ingress started to use this annotation as well: traefik/traefik#1723 What seen as the generic ingress? I always thought nginx was that... :) |
There is no generic Ingress. If we name annotations like this people
assume (reasonably so) that it works everywhere. But it doesn't. I could
live with a name like `nonportable.ingress.kubernetes.io/...` or
`impl.ingress...` ?
…On Sun, Oct 1, 2017 at 2:07 AM, krallistic ***@***.***> wrote:
Other Ingress started to use this annotation as well:
traefik/traefik#1723 <traefik/traefik#1723>
What seen as the generic ingress? I always thought nginx was that... :)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1436 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFVgVDP8WikSemjTSQEM3nmpYzjSpMnBks5sn1ZvgaJpZM4Pms4K>
.
|
I see. Maybe something like |
"experimental" historically meant something else that you don't want to be
associated with :)
…On Sun, Oct 1, 2017 at 11:56 PM, krallistic ***@***.***> wrote:
I see.
One thing i like about ingress that they have the potential to (nginx,
haproxy, traefik) by having common interface to all of them. route
rewriting is imho one of the basic things almost everybody has to do.
(But i can see that there a lot of other nginx specific annotations
currently)
Maybe something like experimental.ingress... at the beginning. If other
implementations dont use that term change to $impl.ingress.... (That way
its not a define standard forced upon people, more like see what sticks..)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1436 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFVgVABaGAWBnZZ01JZ-Bb2cAqk7viwPks5soIk5gaJpZM4Pms4K>
.
|
To people searching for |
Example:
ingress.kubernetes.io/rewrite-target
is not a generic ingress option, and does not work on generic Ingress. That should have beennginx.com/rewrite-target
or something.This is confusing to people who read docs or examples. We should change the controller to support these, and fix all docs to use the new names. Obviously we still have to accept them.
The text was updated successfully, but these errors were encountered: