-
Notifications
You must be signed in to change notification settings - Fork 32
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
Sync kserve/main (v0.11.1) to odh/main #229
Conversation
…ve#421) Set NAMESPACE_SCOPE environment to true or false in install script and test NAMESPACE_SCOPE environment variable in delete script to check whether ClusterServingRuntime should be deleted. Resolves kserve#420 --------- Signed-off-by: Rafael Vasquez <[email protected]>
- Increase the initial time to stabilize for predictor tests - Scale to zero before AllowAnyPVC tests --------- Signed-off-by: Christian Kadner <[email protected]>
Address deprecation warnings after updating to Go 1.19 (kserve#379) by updating deprecated code to use generic Set instead. Resolves kserve#386 --------- Signed-off-by: Rafael Vasquez <[email protected]>
Check for existence of "modelmesh-webhook-server-cert" certificate in serving namespace. Assume that cert-manager is used to generate certificates, if "modelmesh-webhook-server-cert" certificate exists. Conversely, if the Certificate is absent in the serving namespace, exclude cert-manager manifests from kustomization.yaml before undeploying ModelMesh Serving. Resolves kserve#399 --------- Signed-off-by: jooho <[email protected]>
Instead of comparing the version of the installed kustomize CLI, use the kustomize man pages to determine the supported format of the --load-restrictor parameter. Closes kserve#427 Signed-off-by: Jan Wytze Zuidema <[email protected]> Signed-off-by: Christian Kadner <[email protected]> Co-authored-by: Christian Kadner <[email protected]>
Stop goroutines when the label `modelmesh-enabled` is removed from a namespace or the namespace is deleted. If the request namespace does not exist, do not retry to get the information again. Closes kserve#385 --------- Signed-off-by: jooho <[email protected]>
Update FVT workflow definition to run on `workflow_dispatch` event Signed-off-by: Christian Kadner <[email protected]>
Add new approvers to OWNERS file following KServe community process. Closes kserve/community#6 /approved by @njhill --- Signed-off-by: Christian Kadner <[email protected]>
Add ClusterScope condition statement to list namespace that is only allowed for cluster-scope. Resolves kserve#433 --------- Signed-off-by: jooho <[email protected]>
Update KServe and CRDs in preparation for v0.11.1 release - Update go.mod dependencies - Update CRDs under config/crd/bases --------- Signed-off-by: Rafael Vasquez <[email protected]>
This reverts commit 1773d7d.
/retest |
/meow |
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. |
/test all |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: heyselbi, VedantMahabaleshwarkar 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 |
Motivation
Sync kserve/main to odh/main.
v0.11.1
tag points to the latest commit in kserve/modelmesh-serving:main.Testing instructions
git clone [email protected]:opendatahub-io/modelmesh-serving.git
cd modelmesh-serving
TAG=fast CONTROLLERNAMESPACE=opendatahub NAMESPACE=modelmesh-serving CUSTOM_IMG=modelmesh-controller=quay.io/opendatahub/modelmesh-controller:pr-229 make deploy-mm-for-odh
Check that the modelmesh controller deployment/pod has the correct image (shown in step 3). If not, patch it:
oc patch deployment modelmesh-controller -n opendatahub --type='json' -p='[{"op": "replace", "path": "/spec/template/spec/containers/0/image", "value": "quay.io/opendatahub/modelmesh-controller:pr-229"}]'
Check that the manager container of modelmesh-controller and of odh-model-controller show no error.
TAG=fast CONTROLLERNAMESPACE=opendatahub NAMESPACE=modelmesh-serving FORCE=true make deploy-fvt-for-odh
Check that modelmesh-controller container, odh-model-controller container and runtime containers show no error.
Clean up:
C_MM_CTRL_KFCTL=true C_MM_TEST=true make cleanup-for-odh
PR checklist
Checklist items below are applicable for development targeted to both fast and stable branches/tags
Checklist items below are applicable for development targeted to both fast and stable branches/tags