-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 SDK support for sidecars #949
Labels
Comments
/cc @IronPan who is working on Cloud SQL support. |
PR: #879 |
Increase the priority as Michelle needs this urgently. |
The support was added in #879. |
Linchin
pushed a commit
to Linchin/pipelines
that referenced
this issue
Apr 11, 2023
…/testing/node-license-tools (kubeflow#949) Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.5 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](npm/hosted-git-info@v2.8.5...v2.8.9) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
HumairAK
pushed a commit
to red-hat-data-services/data-science-pipelines
that referenced
this issue
Mar 11, 2024
update the go version in Dockerfiles, go-license tool, and license files. these changes come from upstream and reduce the build time. Signed-off-by: Yihong Wang <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to connect to a CloudSQL instance, the cloudsql-proxy sidecar is necessary (according to the docs). Here is an example definition file.
In order to use KF pipelines with applications that rely on CloudSQL as a backend, we need SDK support for specifying a sidecar. This is already supported by Argo (example here).
Related to Issue #759 and potentially resolved by PR #879.
The text was updated successfully, but these errors were encountered: