-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Fix: Minor bugs in OCI Provider #8837
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
base: master
Are you sure you want to change the base?
Conversation
|
Hi @lxuan94-pp. Thanks for your PR. I'm waiting for a github.com 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-sigs/prow repository. |
| // EphemeralStorageSize is the freeform tag key that would be used to determine the ephemeral-storage size of the node | ||
| EphemeralStorageSize = "cluster-autoscaler/node-ephemeral-storage" | ||
|
|
||
| // OciNodePoolResourceIdent is the string identifier in the ocid that indicates the resource is a virtual node pool |
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.
using the wrong comment string here should be // OciVirtualNodeResourceIdent ...
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.
Thanks, corrected
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.
Kindly request another review of #8543, which has been open for two months
bfeefad to
4f34317
Compare
4f34317 to
f95adf7
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: lxuan94-pp 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 |
f95adf7 to
462beda
Compare
What type of PR is this?
/kind bug
What this PR does / why we need it:
To prevent oci autoscaler from crash due to bugs
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
The change has bee deployed in our team production for months without issues
Does this PR introduce a user-facing change?
None
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: