-
Notifications
You must be signed in to change notification settings - Fork 910
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
Add istio sidecar inject false to deployments in kubeflow ns #712
Add istio sidecar inject false to deployments in kubeflow ns #712
Conversation
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.
@Bobgy since this is for 'kubeflow' namespace, I suggest we avoid annotating 'cert-manager' with the istio-injection label? It is deployed to 'cert-manager' namespace.
Thanks for pointing that out. I will fix that. EDIT: already fixed |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
/retest |
I tried looking at test error message and found this in link
Looks like the test project is reaching quota limit. Can someone help me clean them up? |
@Bobgy Can you please open a bug in kubeflow/testing ? And then ping in #buildcop in kubeflow.slack.com? |
Looks like we have kubeflow/testing#543 |
/test all |
/retest |
1 similar comment
/retest |
@Bobgy The RC branch for Kubeflow 1.0 has been cut so if you want this to make the cut I would suggest focusing on getting the tests passed and then cherry-picking it into the release branch. It looks like the test_katib is ready test failed and the test_kf_is_ready test failed The latter error
Looks like it might be related to kubeflow/kubeflow#4693 which should be fixed on master. /test all |
/test kubeflow-manifests-presubmit |
/retest |
@Bobgy: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
Most recent failure was the pytorch job failed to run. I don't see why adding an annotation to the statefulset would affect that. So I'll go ahead and merge manually. |
Thanks, @jlewi! |
…w#712) * Add istio sidecar inject false to deployments * Revert cert-manager changes * Revert unneeded changes
…w#712) * Add istio sidecar inject false to deployments * Revert cert-manager changes * Revert unneeded changes
…beflow ns (kubeflow#712) * Add istio sidecar inject false to deployments * Revert cert-manager changes * Revert unneeded changes * Fix Katib labels changed by mistake
Which issue is resolved by this Pull Request:
Part of kubeflow/pipelines#1223
Unblocks kubeflow/kfctl#131
Description of your changes:
Disabled istio sidecar injection for deployments in kubeflow namespace except for metadata related manifests. There was a problem with auto generated test cases for metadata, discussed in #716 separately.
Checklist:
cd manifests/tests
make generate-changed-only
make test
/assign @jlewi
This change is![Reviewable](https://camo.githubusercontent.com/1541c4039185914e83657d3683ec25920c672c6c5c7ab4240ee7bff601adec0b/68747470733a2f2f72657669657761626c652e696f2f7265766965775f627574746f6e2e737667)