* WIP Initial commit of refactored notebooks section.
* Minor additions.
* Finished draft of notebooks quickstart.
* Renamed some files and clarified the notebooks setup doc.
* Updated the guide to custom notebook images.
* A couple more screenshots plus text refinements.
* Fixed references to JupyterHub throughout the docs.
* Updated in response to review comments.
* One more link fix.
* Clarified auth in custom notebooks doc.
* Update GKE getting started guide and accessing UIs page.
* Replace instructions for building kfctl with instructions for
downloading kfctl prebuilt binaries
* Update the page about accessing UIs.
Fix#529
* Move advantages of running on GKE to the end of the doc.
* Start splitting GKE docs into multiple pages.
* Update the index.
* Split up the GCP docs into multiple pages.
* Bunch of fixes.
* Move the monitoring doc into the Google Cloud docs.
* Move all the GKE docs into the GKE section.
* Restore getting-started guide.
* Provide a reference.
* Fix organization.
* Fix the landing page image.
* Fix image.
* Add next steps.
* Add next steps to each page.
* Restore _index.md
* * Address comments
setup -> set up
nextsteps -> next steps
* Prettify image.
* Add some notes about Ambassador.
* Address comments.
* Add section for deleting Kubeflow.
* Add some fixes.
* First commit of pipelines tutorial.
* Still in progress: Pipelines end-to-end guide.
* Finished first run of tutorial.
* A few more tidy-ups.
* Set back all the page weights to values in head.
* Reverted change to gpu/tpu line containing page weight.
* Added the finishing touches to the tutorial.
* Updated in response to review comments.
* One more change resulting from review comments.
* In progress: Upgrade guide for Kubeflow Pipelines.
* Added more content to the upgrade guide.
* Added a note in the main upgrade guide.
* Tweaked the upgrade guide after testing.
* Better images.
* Fixed a typo in the GKE getting-started guide.
* Updated in response to review comments.
* In progress: Updating the GKE e2e tutorial for Kubeflow 0.4.1.
* In progress: Got up to just before building the training container.
* In progress: Got up to training model on GKE.
* In progress: Applying the training job to the cluster.
* In progress. Model now trains on the cluster.
* In progress. Pushed web-ui container to GCR.
* Successfully completed the tutorial walkthrough.
* Final textual tweaks.
* Updated text in response to tech writer review.
* Updated text in response to engineering review.
* In progress: Linked to new pipelines quickstart.
* Improved the pipelines overview and the overall getting-started experience.
* Fixed redirects and js files.
* Addressed comments from tech writer review.
* add wiki doc for adding metrics to pipeline
* replace metrics image to right content
* fix doc format and link location
* Change log to export
* fix issues from PR comments
* Added pipelines overview.
* Added pipelines to components and created menu structure.
* Added the pipelines concepts page.
* Added the pipelines deployment guide.
* Added guide to building a pipeline.
* Added guide to pipelines UI.
* Added guide to building your own components.
* Added content from 'components' page and various small clarifications.
* Added lightweight Python components.
* Added the guide to output viewers.
* Added samples and notebooks.
* Clarified various titles.
* Add instructions to setup kubeflow using ArgoCD
* Add GitOps intro and ArgoCD features sections
* Add images to GitOps guide
* Minor typo fixes
* More minor typos and cleanup
* Use kubectl port-forward to connect to Argo CD
* Remove unused Argo CD commands in setup guide
* Initial commit of new page.
* First draft of GCP e2e guide.
* Fixed some formatting.
* Adds draft status to front matter.
* Removes draft status from front matter to see if that fixes a netlify preview problem.
* Restores draft status in front matter to verify conclusion.
* Conclusion verified. Removed draft status again.
* Tidied up content now that we've decided on a model. Work ongoing.
* More refinements to content. Work ongoing.
* Updated the ksonnet installation instructions.
* Small updates to wording in intro.
* Continuing end-to-end testing of GCP guide.
* Continued testing of the guide.
* Upgraded to Kubeflow 0.2.4.
* Got JupyterHub working.
* Added Jupyter notebook experimentation.
* Adjusted the list formatting.
* Got the container running but auth errors GKE -> GCR.
* Added 2 workarounds for errors in current scripting.
* More tweaks of the workarounds.
* Fixed bucket path and working directory for the component.
* Added a workaround for another GCS permissioning problem.
* Fixed service account used to create Docker container.
* Work in progress up to serving the model.
* Ongoing work on the TF server component.
* Ongoing work on the TF server component.
* Added screenshots of web UI.
* Moved end-to-end guide to new GKE directory.
* Upgraded to Kubeflow v0.2.5.
* Updated steps to end of training section.
* Updated in response to review comments.
* Resolved a couple more review comments.
* Clarified the OAuth setup instructions.
* Added commands to grant serving container access to storage bucket - dependent on kubeflow PR 1716.
* Upgraded to v0.2.7 of Kubeflow to pick up auth fix.
* Use kubectl port forwarding for the web UI.
* Improve the instructions for setting up the OAuth client.
* Add screenshots
* Explain that Authorized Domains may not be an option and explain they
don't need to set it in that case.
Fix#177
* Address comments.
* Improve the docs that explain how to connect to Kubeflow UIs.
* Provide a new page that explains how to connect to Ambassador so that
all the UIs will be accessible.
* Change the JupyterHub documentation to reference connecting to Ambassador.
* Update.
* Address comments.