From ec6b47421a46b93b80f1e6b81f33473bbce9a1ff Mon Sep 17 00:00:00 2001 From: numerology Date: Thu, 22 Aug 2019 12:26:19 -0700 Subject: [PATCH] Squashed commit of the following: commit af456bcc61f00fad4cb44bca09a088551040d243 Author: Eterna2 Date: Fri Aug 23 02:08:33 2019 +0800 [front-end-server] Allow viewer:tensorboard podTemplateSpec to be customizable (#1906) * Allow front-end server to provide custom viewer podTemplateSpec via path/configmap * Fix JSON.parse input to string commit 06b7ad659f15b76e2722105b66f6195abe032847 Author: IronPan Date: Thu Aug 22 10:03:28 2019 -0700 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 commit 56160f1c8310158e61693b5d2ba463a7079c4eda Author: Kirin Patel Date: Thu Aug 22 09:26:33 2019 -0700 Added support for environment specified kernel timeout (#1920) --- .../ml-pipeline-apiserver-deployment-patch.yaml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 manifests/kustomize/env/gcp/ml-pipeline-apiserver-deployment-patch.yaml diff --git a/manifests/kustomize/env/gcp/ml-pipeline-apiserver-deployment-patch.yaml b/manifests/kustomize/env/gcp/ml-pipeline-apiserver-deployment-patch.yaml deleted file mode 100644 index 1400971e350..00000000000 --- a/manifests/kustomize/env/gcp/ml-pipeline-apiserver-deployment-patch.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: apps/v1beta2 -kind: Deployment -metadata: - name: ml-pipeline -spec: - template: - spec: - containers: - - name: ml-pipeline-api-server - env: - - name: OBJECTSTORECONFIG_BUCKETNAME - # Replace with your own bucket name - value: 'yang-experiment-6-mlpipeline' - - name: DBCONFIG_PASSWORD - # Replace with your own CloudSQL password - value: '123'