-
Notifications
You must be signed in to change notification settings - Fork 113
HierarchicalResourceQuota documentation #289
Conversation
|
Welcome @zfrhv! |
Hi @zfrhv. 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. |
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.
This is great! Thanks so much for writing this. I've made a bunch of minor copy-edits, can you please make those fixes and force-push them to the existing commit? Then we can get this in. Thanks again!
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.
Looking good! Can you please squash all your commits into one?
i knew i would have so mistakes and typos |
Not at all, I really appreciate all the work you put into this and all the work I didn't have to do as a result! My only other language is French and I guarantee you I can't write anything this good in French 😁 |
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, just one last change and then I'll approve this. Thanks!
@adrianludwin |
welp, i installed go (for some reason i thought its available only on linux), and idk how to run the test files |
You need to have a cluster with HNC installed, and your kubectl configured to point to it, before you try running the tests. Then you can say (see here):
If that doesn't work, no worries, lmk and I'll try running it for you.
|
sorry my clusters are airgapped, it will take me few days to test it |
I just tried this out myself and found the following issues:
I'd suggest creating the first Deployment in |
yes sorry about that, i did copy pase of the yaml from
yes, but the i removed the cpu and memory from hrq now, you can check again |
oh no :0 |
i simplified the quickstart a little, |
Ok, I tried it and it worked with the following changes. Nice work!
Note the changes: no double-quotes around the "None" in Please go ahead and squash the commits. I'm going to have to enable HRQ by default before these tests will pass though so I'll work on that next. |
2914872
to
ce7b5f8
Compare
done |
Actually - let's leave HRQ off in the default version of v1.1, I'll turn it on along with all the tests next. Can you please disable this test by default (add a "P" before the |
Oh, and please add a mention that HRQ is off by default, and you need to use the |
Signed-off-by: unknown <[email protected]>
sure thing! |
689e3fe
to
3aef487
Compare
/ok-to-test @adrianludwin can approve when ready |
Thank you for all these changes! Can you please cherry-pick this commit to v1.1 as well? Thanks! :) /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adrianludwin, zfrhv The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
solves #264
i have a feeling my charges are not that great,
@adrianludwin what to you think of it for now?