From 1aa6a1d49b8f508e52978bd8e2f45b603e437249 Mon Sep 17 00:00:00 2001 From: Karen Bradshaw Date: Thu, 11 Jul 2019 18:05:05 -0400 Subject: [PATCH] add links to install tools, getting started (#893) * add links to install tools - add links to install tools, getting started - remove kfctl release page from reference * add redirect for downloads page --- content/_redirects | 3 +++ content/docs/reference/downloads.md | 20 -------------------- content/docs/started/getting-started.md | 21 +++++++++++++++------ 3 files changed, 18 insertions(+), 26 deletions(-) delete mode 100644 content/docs/reference/downloads.md diff --git a/content/_redirects b/content/_redirects index 799c67bc7d..8f3756e3b3 100644 --- a/content/_redirects +++ b/content/_redirects @@ -51,3 +51,6 @@ # Replaces Pipelines DSL overview with SDK overview /docs/pipelines/sdk/dsl-overview/ /docs/pipelines/sdk/sdk-overview/ + +# Removed the downloads page from Reference to Getting Started with Kubeflow +/docs/reference/downloads/ /docs/started/getting-started/ diff --git a/content/docs/reference/downloads.md b/content/docs/reference/downloads.md deleted file mode 100644 index 1e71f11045..0000000000 --- a/content/docs/reference/downloads.md +++ /dev/null @@ -1,20 +0,0 @@ -+++ -title = "kfctl downloads" -description = "Where to get Kubeflow's kfctl installation file" -weight = 10 -+++ - -**Download a kfctl release from the -[Kubeflow releases page](https://github.com/kubeflow/kubeflow/releases/).** - -Notes: - -* kfctl is the executable binary file that you use to deploy Kubeflow. -* The kfctl binary currently supports only Kubeflow deployments on - Google Cloud Platform (GCP). The goal is to support other platforms too. - **Contributions welcome.** See issue - [kubeflow/#2954](https://github.com/kubeflow/kubeflow/issues/2954). - -## Next steps - -Follow the guide to [deploying Kubeflow on GCP](/docs/gke/deploy/deploy-cli/). diff --git a/content/docs/started/getting-started.md b/content/docs/started/getting-started.md index ddeb9acbe8..ca4734512e 100644 --- a/content/docs/started/getting-started.md +++ b/content/docs/started/getting-started.md @@ -13,12 +13,12 @@ to suit your environment (cloud, on premises (on prem), or local): follow the [AWS deployment guide](/docs/aws/deploy/). * To use Kubeflow on Microsoft Azure Kubernetes Service (AKS), follow the [AKS deployment guide](/docs/azure/deploy/). -* To use Kubeflow on IBM Cloud Private (ICP), +* To use Kubeflow on IBM Cloud Private (ICP), follow the [ICP deployment guide](/docs/started/getting-started-icp/). * If you have an existing Kubernetes cluster or want to use Kubeflow on prem, - follow the [guide to deploying Kubeflow on + follow the [guide to deploying Kubeflow on Kubernetes](/docs/started/getting-started-k8s/). -* If you want to run Kubernetes locally in a virtual machine (VM), choose one of +* If you want to run Kubernetes locally in a virtual machine (VM), choose one of the following options: * [MiniKF setup](/docs/started/getting-started-minikf/) @@ -28,7 +28,7 @@ to suit your environment (cloud, on premises (on prem), or local): * MiniKF runs on all major operating systems (Linux, macOS, Windows). * [Minikube setup](/docs/started/getting-started-minikube/) - * Minikube uses virtualization applications like + * Minikube uses virtualization applications like [VirtualBox](https://www.virtualbox.org/) or [VMware Fusion](https://www.vmware.com/products/fusion.html) to host the VM and provides a CLI that you can use outside the VM. @@ -62,7 +62,16 @@ to suit your environment (cloud, on premises (on prem), or local): QEMU/KVM for Linux). - No need to install a separate virtualization application. - Use of `cloud-init` to customize the VM. - + +## Installing command line tools + +* Download the `kfctl` command line interface from the + [Kubeflow releases page](https://github.com/kubeflow/kubeflow/releases/). + +* Follow the `kubectl` installation and setup from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/tools/install-kubectl/). + +* Download the `kustomize` command line interface from the [kustomize release page](https://github.com/kubernetes-sigs/kustomize/releases/). + ## Troubleshooting See the [Kubeflow troubleshooting guide](/docs/other-guides/troubleshooting/). @@ -70,7 +79,7 @@ See the [Kubeflow troubleshooting guide](/docs/other-guides/troubleshooting/). ## Next steps * See the [documentation](/docs/) for in-depth instructions on using Kubeflow. -* Build machine-learning pipelines with the [Kubeflow Pipelines +* Build machine-learning pipelines with the [Kubeflow Pipelines SDK](/docs/pipelines/sdk/sdk-overview/). * Explore the self-paced scenarios for learning and trying out Kubeflow: * [Codelabs](https://codelabs.developers.google.com/?cat=tensorflow)