Commit Graph

12 Commits

Author SHA1 Message Date
Matteo Mortari 4a9165b7ef
fix broken link to subdirectory (#1089) 2024-01-17 16:51:55 +05:30
Alex 373b18559a
Add recurring run demo (#917)
* Add recurring run demo
2022-02-03 01:51:57 +05:30
Jane Man 6b37a40293 Fix broken url for example file in simple_pipeline demos (#660)
* Fix broken url for example file in simple_pipeline demos

* fix TOC from Visual Studio Code
2019-10-16 00:59:39 -07:00
Michelle Casbon 5e395c1a88 Add components (#402)
Replace files that were mistakenly removed in #376
2018-12-05 15:06:42 -08:00
Michelle Casbon fa1311833c Update instructions and setup for yelp demo (#376)
* Update instructions and setup for yelp demo

Update kubeflow version to v0.3.4-rc.1
Add pipelines version v0.1.3-rc.2
Add simple pipelines example using GPUs
Conform cluster name, secrets, and ks app directory name to click-to-deploy standard
Update ks_app directory to v0.3.4-rc.1
Pin bokeh package to v0.13.0 in yelp notebook
Fix bug in secret creation

* Port-forward to svcs instead of pods

Add clarification for using kfctl & updating component params
2018-12-03 22:39:51 -08:00
Michelle Casbon 6fcb28bc26 Use latest kubeflow release branch v0.3.4-rc.1 (#365)
Remove separate pipelines installation
Update kfp version to 0.1.3-rc.2
Clarify difference in installation paths (click-to-deploy vs CLI)
Use set_gpu_limit() and remove generated yaml with resource limits
2018-11-27 09:27:34 -08:00
Sarah Maddox 62c2e4c249 Updated example and demo READMEs (#344)
* Explained purpose of demos vs examples and added pipelines demo to README.

* Fixed some rendering in list items.
2018-11-24 17:27:52 -08:00
Michelle Casbon 4bbc0c8fd8 Simple pipeline demo (#322)
* Add simple pipeline demo

* Add hyperparameter tuning & GPU autoprovisioning

Use pipelines v0.1.2

* Resolve lint issues

* Disable lint warning

Correct SDK syntax that labels the name of the pipeline step

* Add postprocessing step

Basically empty step just to show more than one step

* Add clarity to instructions

* Update pipelines install to release v0.1.2

* Add repo cloning with release versions

Remove katib patch
Use kubeflow v0.3.3
Add PROJECT to env var override file
Further clarification of instructions
2018-11-16 11:16:12 -08:00
Michelle Casbon dde7d3ee8e Upgrade demo to KF v0.3.1 (#278)
* Upgrade demo to KF v0.3.1

Update env variable names and values in base file
Cleanup ambassador metadata for UI component
Add kfctl installation instructions
Tighten minikube setup instructions and update k8s version
Move environment variable setup to very beginning
Replace cluster creation commands with links to the appropriate section in demo_setup/README.md
Replace deploy.sh with kfctl
Replace kubeflow-core component with individual components
Remove connection to UI pod directly & connect via ambassador instead
Add cleanup commands

* Clarify wording

* Update parameter file

Resolve python error with file open
Consolidate kubeflow install command
2018-10-26 12:58:00 -07:00
Michelle Casbon 42592fed4a Update demo script & add notebook (#248)
* Update demo script

Update demo script to include deploy script and notebook created by @drscott173
Simplify by removing unnecessary commands
Use default namespace instead of kubeflow

* Add yelp notebook readme

* Add cluster creation commands

Add instructions for highlighting changes resulting from each command
2018-09-11 11:17:02 -07:00
Michelle Casbon d878462bc5 Upgrade demo to use latest versions of kubeflow, tfjob, ksonnet, & gke (#242)
* Upgrade ks dir to 0.12.0

* Upgrade kubeflow to v0.2.0-rc.1

Use https://github.com/kubeflow/kubeflow/blob/master/scripts/upgrade_ks_app.py
to upgrade ks registry
Add t2tcpu-v1alpha2 component

* Rename t2tcpu-v1alpha2 -> t2tcpu

Rename t2tcpu -> t2tcpu-v1alpha1 and t2tcpu-v1alpha2 -> t2tcpu
Update demo_setup/README.md to reflect ks v0.12.0
Update REPO_PATH in demo_setup/kubeflow-demo-base.env
Update initialClusterVersion in k8s cluster creation script to 1.10.6-gke.2
Remove quotation marks from serving.deployHttpProxy so that it is parsed as a boolean instead of string

* Rename t2tgpu & t2ttpu

Rename t2tgpu -> t2tgpu-v1alpha1 and add t2tgpu-v1alpha2 as t2tgpu
Rename t2ttpu -> t2ttpu-v1alpha1 and add t2ttpu-v1alpha2 as t2ttpu
Resolve jsonnet parsing issues

* Upgrade kubeflow to v0.2.4

Add gke environment

* Add instructions for creating TPU clusters

* Replace hard-coded value with env var

* Update kf version to v0.2.4 in env var file

* Add non-gke requirements to t2tcpu component

Sync t2tgpu with t2tcpu
Remove non-gke statements from t2ttpu component
Add k8s v1.10.6 to minikube start command

* Fix bug with non-gke environment setup in t2t

Add service account setup and k8s secret creation instructions for serving & UI

* Single cluster with GPU & TPU

Add creation script for single cluster with access to CPU, GPU, & TPU
Update GPU driver installation to k8s-1.10

* Remove v1alpha1 components

* Update parameter values for t2t components

Increase disk size for minikube cluster creation since 0.2.4 is larger
Update gke cluster creation command

* Update TPU annotation to TF 1.9

* Update kf version to v0.2.5

Update tfJobImage version to v20180809-d2509aa
2018-09-05 05:46:33 -07:00
Michelle Casbon 0843cdad66 Add Yelp restaurant review demo files (#220)
* Add Yelp restaurant review demo files

* Add video links

* Resolve lint issues
2018-08-15 22:49:00 -07:00