- 
                Notifications
    You must be signed in to change notification settings 
- Fork 8.5k
Adding feature to upgrade Oracle Cloud Infrastructure's Flexible Load Balancer and adjusting Health Check that were critical in the previous configuration #9961
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 @josenetoo!  | 
| Hi @josenetoo. Thanks for your PR. I'm waiting for a kubernetes 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. | 
| @josenetoo Thanks for this. I am not able to test this because I don't have OCI account. If you can copy/paste the details of your test in enough granular info, then I think we can trust you because the changes are under the oci subdir, and merge this. The other thing I have not checked is the use of kustomize. We generally generate the static manifest on each release, so you want to check if your change will persist across releases. I think this script generates the static manifests https://github.com/kubernetes/ingress-nginx/blob/main/hack/generate-deploy-scripts.sh . I saw someone comment that kustomize is not in use but the kustomize yaml is still in place. If required, kindly rebase but does not look like there is any conflicting commit under oci dir. | 
| /triage accepted | 
| Isn't the manifest file generated? | 
| AFAIK yes, static yaml manifests are generated. I have not yet checked the
changes since improvements like maze etc.
So I have to check if kustimize or bash does the cloud specific unique
specs in the OCI yaml manifest. I will comment after I check.
But contributor also needs to check and alter PR accordingly, if required.
Hence my response.
Major aspect seems like cloud OCI changed something  so our manifest needs
to be updated, to work with that OCI change.
Hoping updates from contributor will help make progress.… On Sun, 21 May, 2023, 5:16 pm Ricardo Katz, ***@***.***> wrote:
 Isn't the manifest file generated?
 —
 Reply to this email directly, view it on GitHub
 <#9961 (comment)>,
 or unsubscribe
 <https://github.com/notifications/unsubscribe-auth/ABGZVWXWBLDN4TD444NZ343XHH6BNANCNFSM6AAAAAAYAAFBYI>
 .
 You are receiving this because you commented.Message ID:
 ***@***.***>
 | 
| /ok-to-test I don't have access to OCI, but if this works, it works :) @josenetoo please just make sure the next release the change is still there, I can't remember if there is a need to persist this change somewhere else :) | 
| [APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: josenetoo, rikatz 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  | 
What this PR does / why we need it:
Oracle Cloud Infrastrucuture changed its Load balancer shape to flexible, and with that in the Oracle Cloud console it requested to update the Load balancer shape. And with that I added the lines to allow shape flex in the OCI Load balancer.
In addition to this update, I removed the "externalTrafficPolicy" line that was impacting the status of the health check Load balancer on Oracle Cloud.
With these two adjustments, I corrected the Load balancer shape and also the Health Check started responding correctly to the "OK" status in the Oracle Cloud console.
Types of changes
How Has This Been Tested?
I performed several tests in Oracle Cloud environments to confirm the corrections, and if the Load Balancer with the nginx ingress controller was working perfectly.
Checklist: