-
Notifications
You must be signed in to change notification settings - Fork 114
change resource quota name #275 #301
change resource quota name #275 #301
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: keisukesakasai The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @keisukesakasai. Thanks for your PR. I'm waiting for a kubernetes-sigs 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. |
/ok-to-test |
/lgtm |
@adrianludwin please take a look? thx! |
I'm out this week, will look when I'm back next week, sorry!
…On Wed, Jun 28, 2023, 9:16 p.m. Keisuke SAKASAI ***@***.***> wrote:
@adrianludwin <https://github.com/adrianludwin> please take a look? thx!
—
Reply to this email directly, view it on GitHub
<#301 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE43PZFXU6OSRA7BDEG45HLXNTJNJANCNFSM6AAAAAAZLUTUCU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sorry for disappearing again... I'm having second thoughts about this - firstly (and most importantly), this doesn't clean up any existing If anything, perhaps we could add some kind of annotation with a human-readable message basically saying "don't read this." |
As you said, compatibility is important and this may cause breaking changes. And I think we should add some annotations to HRQ document. @keisukesakasai |
Hey @mochizuki875 that sounds like a good idea, thanks! |
@mochizuki875 are we abandoning this? |
@rjbez17 |
@mochizuki875: Closed this PR. In response to this:
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. |
What this PR does it:
I have renamed the name of the Resource Quotas created from HRQ.
Originally, the name of the ResourceQuotas was
hrq.hnc.x-k8s.io
, but it has been changed tolocal-impl.hnc.x-k8s.io
as part of this update.Please refer to this link: #275 (comment).
Operation confirmation:
I have confirmed that the name of the Resource Quota created from HRQ is
local-impl-hrq.hnc.x-k8s.io
.The confirmation steps are as follows.
ns relationship:
create HRQ:
Check the names of the ResourceQuotas created from HRQ:
Tested:
Unit and E2E tests has passed.
Which issue(s) this PR fixes:
#275