-
Couldn't load subscription status.
- Fork 585
Add short name to EnvoyFilter #1756
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
Conversation
|
😊 Welcome @micnncim! This is either your first contribution to the Istio api repo, or it's been You can learn more about the Istio working groups, code of conduct, and contributing guidelines Thanks for contributing! Courtesy of your friendly welcome wagon. |
|
Hi @micnncim. Thanks for your PR. I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
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.
lgtm
|
/ok-to-test |
|
Should we avoid taking over 2-letter names for alpha APIs ? I'm not sure how k8s reacts if different products register short names, At least the 'short name' should have a failsafe setting, I suspect install would fail if there is a conflict ( I'm more concerned of what will happen with gateways for this @howardjohn ) Not blocking this, just thinking out loud. |
|
If there is a conflict k8s picks one of them to "win" when you type
`kubectl get ef`. I am not sure how it picks, it seems `kubectl get
gateway` always picks the k8s one. I opened an issue in k8s to make it give
a warning on conflict.
…On Tue, Nov 17, 2020 at 8:01 AM Costin Manolache ***@***.***> wrote:
Should we avoid taking over 2-letter names for alpha APIs ? I'm not sure
how k8s reacts if different products register short names,
and we may already have a problem with the k8s Gateways if they start
registering short name.
At least the 'short name' should have a failsafe setting, I suspect
install would fail if there is a conflict ( I'm more concerned of what will
happen with gateways for this @howardjohn <https://github.com/howardjohn>
)
Not blocking this, just thinking out loud.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1756 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEYGXPG6VWZJD77YM7IN3LSQKM4BANCNFSM4TXOO7LQ>
.
|
|
Thank you for point out the issue. I've checked the related issues and PRs (kubernetes/kubernetes#94860, kubernetes-sigs/gateway-api#426). The best solution would be that k8s takes care of this issue like warning, right? Because we can't expect a conflict with other CRDs completely. However, since it's not certain k8s will take care of it, would it be better to take more than 2 letter word like |
|
I wonder if we should have a policy against adding short names to alpha apis? Seems like it could be done as part of moving an api to beta. Thoughts? |
|
/retest |
|
@micnncim: The following test failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
/release-note-none |
|
All our APIs are alpha now, there isn't any harm even conflict with other CRs, is there? |
|
@micnncim: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
🚧 This issue or pull request has been closed due to not having had activity from an Istio team member since 2020-11-18. If you feel this issue or pull request deserves attention, please reopen the issue. Please see this wiki page for more information. Thank you for your contributions. Created by the issue and PR lifecycle manager. |
Added a short name to EnvoyFilter as well as other CRDs.