* Update modeldb.md to fix samples formatting issue
Added carriage return to fix bullet list rendering.
* Fix typo in Getting Started for IBM Cloud Private
* Update the private cluster instructions
* The cloud endpoints issue has been fixed so we can remove that bug.
Fix: #2086 Deploy Kubeflow in private GKE
Fix: #3081 Document how to deploy kubeflow with VPC service controls.
* Address comments.
* Fix indent.
* Fix indent.
* latest.
* Fix indent.
* Try to fix indent.
* try to fix indent.
* Align with r
* Try Sarah's suggested indent.
* Remove trailing whitespace.
* Fix indent.
It's a critical option to set at generate step.
The default value is us-east1-b.
If it's not specified at the generate step. generated config files have the default zone hardcoded in multiple places.
Manually changing it cluster*.yaml and doing the apply doesn't seem to work.
Even if it did, it's better that the users are aware of this option when they are creating the deployment.
* Adds fairing-overview.md
* Adds links and next steps to fairing-overview.md
* Updates fairing-overview with reviewer suggestions
* Updates fairing-overview with reviewer suggestions
* Update docs for enabling private clusters for 0.5.
* Provide instructions for how to replicate non-GCR images to a GCR registry
so that they are accessible from private GKE.
* We no longer depend on Kubeflow hosting a mirror for all images; instead
user's will mirrror the images to their own GCR and then update
relevant Kubeflow components
* The relevant scripts will be submitted in a pending PR to kubeflow/kubeflow
* Update instructions for dealing with legacy networks
* The cluster isn't fully functional yet
* Pipelines is having some issues; looks like mnio might not be deployed
fully.
* vizier db and vizier core are also crash looping.
* Will file additional issues to track that.
Related to: kubeflow/kubeflow#2086 deploy private GKE cluster
* Address comments.
* Fix indentation.
* Fix indent.
* Fix indent.
* Fix indent.
* Fix indent.
* 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 Getting started guide for 0.5;
* Add a getting started page for on prem users and users with an existing K8s
cluster. This guide should explain how to use kfctl go binary rather
than kfctl.sh
* The main getting started page should link to individual getting started pages.
Fix#630 - remove who should consider using Kubeflw.
* Fix type.
* Fix link.
* Fix typos.
* WIP Initial commit of component dev tutorial.
* Further textual improvements.
* Further improvements.
* Further improvements.
* Added the best practices.
* Fixed a link.
* Tidied up the code comments.
* More code comment fixes.
* WIP Started an intro to the Pipelines DSL.
* Added more content.
* Responded to review comments.
* Changed function formatting to be parallel with previous example.