-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Update sample notebook to clean up deployed models. #622
Conversation
Update SDK client to return correct links in local Jupyter with user's own proxy connection.
/lgtm |
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.
Can you verify that the models are indeed cleaned? And the sample tests pass?
yes. Will do. |
PTAL |
/lgtm |
Verified that sample tests passed and after running the tests no new models were left over. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: qimingj 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 |
1 similar comment
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: qimingj 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 |
Looks that the change you made was reverted by the master branch merge. |
* Implement Tekton script and link to run_e2e_workflow * remove pvc config - not used anymore * README update pr num fix doc inject fix fix update doc * Comment out notebook tekton tests * Add some TODOs. Co-authored-by: Jeremy Lewi <jeremy+github@lewi.us>
A VPC may have more than one public gateways and they may be in different cluster zones. So now filtering on cluster_zone and picking the first public gateway.
Also update SDK client to return correct links in local Jupyter with user's own proxy connection.
This change is