Skip to content
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

Apply patch to remove empty string of caBundle #262

Merged

Conversation

vaibhavjainwiz
Copy link
Member

@vaibhavjainwiz vaibhavjainwiz commented Jan 16, 2024

Motivation

This change is to fix https://issues.redhat.com/browse/RHOAIENG-244.

Modifications

Empty string of caBundle in ValidationWebhookConfiguration causes cyclic calling of reconcilation for DataScienceCluster controller. With this PR I had removed the empty caBundle string from ValidationWebhookConfiguration. Similiar patch is already applied in KServe manifest but missing in ModelMesh-Serving.

Result

It should not impact any existing functionalities.

Testing Instruction

  1. Clone the code changes
  2. navigate to modelmesh-serving folder
  3. create manifest
kustomize build config/overlays/odh > mm.yaml
  1. Varify caBundle field should not present in ValidatingWebhookConfiguration resource.

PR checklist

Checklist items below are applicable for development targeted to both fast and stable branches/tags

  • Unit tests pass locally
  • FVT tests pass locally
  • If the PR adds a new container image or updates the tag of an existing image (not build within cpaas), is the corresponding change made in live-builder and cpaas-midstream to add/update the image tag in the operator CSV? Link the PRs if applicable

Checklist items below are applicable for development targeted to both fast and stable branches/tags

  • Tested modelmesh serving deployment with odh-manifests and ran odh-manifests-e2e tests locally

@vaibhavjainwiz
Copy link
Member Author

/retest

@vaibhavjainwiz
Copy link
Member Author

This PR is depends on opendatahub-io/opendatahub-operator#804

@vaibhavjainwiz
Copy link
Member Author

/retest

@vaibhavjainwiz
Copy link
Member Author

/test pr-image-mirror

@danielezonca
Copy link

Similiar patch is already applied in KServe manifest but missing in ModelMesh-Serving.

Well spotted, one of the question I had during 2.5 certification was indeed why KServe has no issue and this is the reason 👍

Copy link

openshift-ci bot commented Jan 17, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: danielezonca, davidesalerno, vaibhavjainwiz

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot openshift-merge-bot bot merged commit d08d355 into opendatahub-io:main Jan 17, 2024
7 checks passed
@vaibhavjainwiz vaibhavjainwiz deleted the RHOAIENG-244 branch January 17, 2024 15:39
vaibhavjainwiz added a commit to vaibhavjainwiz/modelmesh-serving that referenced this pull request Jan 17, 2024
openshift-merge-bot bot added a commit that referenced this pull request Jan 17, 2024
Cherry-pick: Apply patch to remove empty string of caBundle #262
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants