Commit Graph

14 Commits

Author SHA1 Message Date
Niklas Hansson 19830416e7
fix(backend):Update with to allow eviction of pods with empty dir. Fixes #4530 (#5171)
* initial work on the sync

* removed quotation

* Moved annotation

* moved again

* clean up
2021-03-01 14:05:47 -08:00
Niklas Hansson 98f946a4cf
fix(deployment): Updated the manifests with resource requests. Fixes #5148 (#5158) 2021-02-26 16:02:15 -08:00
Yuan (Bob) Gong 45a91f6699
feat(deployment): GCP managed storage - detailed instructions to set up workload identity bindings before deployment (#4232)
* feat: allow creating workload identity bindings before deploying KFP

* more instructions

* fix formatting

* fixes

* Update doc ref

* fix storage role

* fix storage role

* add viewer KSA to standalone manifest

* fix missing configmap

* update documentation
2020-07-16 23:13:00 -07:00
Yuan (Bob) Gong 1bbd82c25e
refactor(deployment): use minio artifact secret as single source of truth (4065)
* refactor(manifests): move minio artifact secret to minio package

* let api server and ui use minio artifact secret instead of default value

* Update kustomization.yaml

* fix name
2020-06-26 02:03:31 -07:00
Yuan (Bob) Gong 39805acc9e
[Manifest] Use kustomize native image transformer to override image (#3776)
* [Manifest] Use kustomize native image transformer to override image

* Revert unintended changes

* Fix kustomization.yaml location

* Fix inverse proxy image
2020-05-18 21:23:36 -07:00
Yuan (Bob) Gong f0c8effb3a
[Servers] Add liveness and readiness probes (#3757)
* probes for ml-pipeline-ui

* clean up comments

* Use wget instead of curl, because wget is included in alpine

* Also update marketplace manifest

* Add readiness/liveness probe for api server

* Add probes for python vis server
2020-05-13 23:46:22 -07:00
Yuan (Bob) Gong 65e3db9443
Update ml-pipeline-ui-deployment.yaml (#3586) 2020-04-21 21:23:52 -07:00
Renmin db8042a846
Fix test which uses Kustomize edit image but can't work with valueRef (#3572)
pass upgrade / installation test. submitting. now.

The e2e test fails but not due to this PR. Submit this PR to unlock KIR side
2020-04-21 20:10:41 +08:00
Renmin 91c3239004
OSS 1.0 Kustomize part-2 parameterize & fix CloudSQL (#3540)
submit without wait for fix for following as no dependency
https://prow.k8s.io/view/gcs/kubernetes-jenkins/pr-logs/pull/kubeflow_pipelines/3540/kubeflow-pipeline-e2e-test/1252173721301422090
2020-04-20 18:46:35 +08:00
Niklas Hansson 8091752980
updated version (#3421) 2020-04-03 00:51:46 -07:00
jingzhang36 b20b85cda8 Have custom visualization on by default (#2891)
* Have custom visualization on by default

* Add flag to gcp market
2020-01-21 23:20:35 -08:00
Riley Bauer 8d196d4dec Adds Metadata Artifacts to UI (#2057)
* Working, though the request seems malformed

* Working with grpc-web. trying to push to cluster

* WIP

* With great hax come great success

* Begin moving some metadata UI pages to KFP

* Artifact list and details pages work! A lot of clean up is needed. Look for console.log and TODO

* Clean up

* Fixes filtering of artifact list

* More cleanup

* Revert ui deployment

* Updates tests

* Update envoy deployment
2019-09-06 13:19:19 -07:00
IronPan 06b7ad659f
Cleanup pipeline-lite deployment (#1921)
* restructure

* working example

* working example

* move mysql

* moving minio and mysql out

* add gcp

* add files

* fix test

* extract parameters to single place

* update

* update readme

* update readme

* address pr comment
2019-08-22 10:03:28 -07:00
IronPan 609c7a6c0d
Move kustomize manifests a dedicate directory (#1690)
* move kustomize to subdirectory

* add application cr

* add label application crd can recognize

* Update README.md

* Update README.md

* Update README.md

* add schema

* update

* stage

* fix

* update
2019-07-30 10:21:16 -07:00