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

metadata db in overlay #673

Merged
merged 6 commits into from
Dec 17, 2019
Merged

Conversation

xaniasd
Copy link
Contributor

@xaniasd xaniasd commented Dec 14, 2019

Which issue is resolved by this Pull Request:
Resolves kubeflow/metadata#171

Description of your changes:
With this PR the metadata-db is deployed as an overlay and not with the base layer. This allows deployments using an external (to Kubeflow) database server to avoid security risks and wasting resources. The default KfDef files are updated to use the overlay; use cases such as the one outlined here must remove the db overlay from KfDef and use a custom overlay to configure the metadata deployment.

Checklist:

  • [+] Unit tests have been rebuilt:
    1. cd manifests/tests
    2. make generate
    3. make test

This change is Reviewable

@jlewi
Copy link
Contributor

jlewi commented Dec 16, 2019

@xaniasd do you know why the tests failed?

/assign @zhenghuiwang

@jlewi jlewi removed their request for review December 16, 2019 20:17
@xaniasd
Copy link
Contributor Author

xaniasd commented Dec 16, 2019

/retest

@xaniasd
Copy link
Contributor Author

xaniasd commented Dec 16, 2019

@jlewi not really, haven't spent much time on understanding the CI part so it's a bit cryptic to me. Code (+tests) work on my machine though 😄

I'm running the tests again, hopefully it was just a glitch

@xaniasd
Copy link
Contributor Author

xaniasd commented Dec 16, 2019

@jlewi it was a glitch indeed

@zhenghuiwang
Copy link
Contributor

/lgtm
/approve

Thanks @xaniasd !

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: zhenghuiwang

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

@k8s-ci-robot k8s-ci-robot merged commit fde69d7 into kubeflow:master Dec 17, 2019
discordianfish added a commit to discordianfish/kubeflow-manifests that referenced this pull request Feb 13, 2020
similar to kubeflow#673, this allows users to create their own overlay to use
external databases.
@discordianfish discordianfish mentioned this pull request Feb 13, 2020
1 task
discordianfish added a commit to discordianfish/kubeflow-manifests that referenced this pull request Feb 17, 2020
similar to kubeflow#673, this allows users to create their own overlay to use
external databases.
discordianfish added a commit to discordianfish/kubeflow-manifests that referenced this pull request Mar 4, 2020
similar to kubeflow#673, this allows users to create their own overlay to use
external databases.
discordianfish added a commit to discordianfish/kubeflow-manifests that referenced this pull request Mar 5, 2020
similar to kubeflow#673, this allows users to create their own overlay to use
external databases.
discordianfish added a commit to discordianfish/kubeflow-manifests that referenced this pull request Mar 9, 2020
similar to kubeflow#673, this allows users to create their own overlay to use
external databases.
discordianfish added a commit to discordianfish/kubeflow-manifests that referenced this pull request Apr 14, 2020
similar to kubeflow#673, this allows users to create their own overlay to use
external databases.
discordianfish added a commit to discordianfish/kubeflow-manifests that referenced this pull request Apr 14, 2020
similar to kubeflow#673, this allows users to create their own overlay to use
external databases.
discordianfish added a commit to discordianfish/kubeflow-manifests that referenced this pull request Apr 15, 2020
similar to kubeflow#673, this allows users to create their own overlay to use
external databases.
discordianfish added a commit to discordianfish/kubeflow-manifests that referenced this pull request Apr 27, 2020
similar to kubeflow#673, this allows users to create their own overlay to use
external databases.
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.

Make metadata db optional
5 participants