From 5248a15e4e0922283179728c53dd187196ef5a53 Mon Sep 17 00:00:00 2001 From: Yannis Zarkadas Date: Sat, 17 Aug 2019 06:16:08 +0300 Subject: [PATCH] pinconfig links for v0.6 to v0.6-branch (#1071) Signed-off-by: Yannis Zarkadas --- content/docs/aws/deploy/install-kubeflow.md | 4 ++-- content/docs/started/k8s/kfctl-existing-arrikto.md | 2 +- content/docs/started/k8s/kfctl-k8s-istio.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/docs/aws/deploy/install-kubeflow.md b/content/docs/aws/deploy/install-kubeflow.md index 53566cd702..76c5f2e1a0 100644 --- a/content/docs/aws/deploy/install-kubeflow.md +++ b/content/docs/aws/deploy/install-kubeflow.md @@ -40,10 +40,10 @@ In order to deploy Kubeflow on your existing Amazon EKS cluster, you need to pro # Download config file export CONFIG="/tmp/kfctl_aws.yaml" - wget https://raw.githubusercontent.com/kubeflow/kubeflow/master/bootstrap/config/kfctl_aws.yaml -O ${CONFIG} + wget https://raw.githubusercontent.com/kubeflow/kubeflow/{{% kf-latest-version %}}/bootstrap/config/kfctl_aws.yaml -O ${CONFIG} ``` - * `kfctl_aws.yaml` is one of setup manifests, please check [kfctl_aws_cognito.yaml](https://github.com/kubeflow/kubeflow/blob/master/bootstrap/config/kfctl_aws_cognito.yaml) for the template to enable authentication. + * `kfctl_aws.yaml` is one of setup manifests, please check [kfctl_aws_cognito.yaml](https://github.com/kubeflow/kubeflow/blob/v0.6-branch/bootstrap/config/kfctl_aws_cognito.yaml) for the template to enable authentication. 1. Customize your config file. Retrieve the Amazon EKS cluster name, AWS Region, and IAM role name for your worker nodes. diff --git a/content/docs/started/k8s/kfctl-existing-arrikto.md b/content/docs/started/k8s/kfctl-existing-arrikto.md index d4b34c0104..ab20245fab 100644 --- a/content/docs/started/k8s/kfctl-existing-arrikto.md +++ b/content/docs/started/k8s/kfctl-existing-arrikto.md @@ -168,7 +168,7 @@ Follow these steps to deploy Kubeflow: # Add kfctl to PATH, to make the kfctl binary easier to use. export PATH=$PATH:"" export KFAPP="" -export CONFIG="https://raw.githubusercontent.com/kubeflow/kubeflow/master/bootstrap/config/kfctl_existing_arrikto.yaml" +export CONFIG="https://raw.githubusercontent.com/kubeflow/kubeflow/{{% kf-latest-version %}}/bootstrap/config/kfctl_existing_arrikto.0.6.yaml" # Specify credentials for the default user. export KUBEFLOW_USER_EMAIL="admin@kubeflow.org" diff --git a/content/docs/started/k8s/kfctl-k8s-istio.md b/content/docs/started/k8s/kfctl-k8s-istio.md index 93ad6b652b..8a9e0dd22c 100644 --- a/content/docs/started/k8s/kfctl-k8s-istio.md +++ b/content/docs/started/k8s/kfctl-k8s-istio.md @@ -39,7 +39,7 @@ Follow these steps to deploy Kubeflow: export PATH=$PATH:"" export KFAPP="" # Installs istio by default. Comment out istio components in the config file to skip istio installation. See https://github.com/kubeflow/kubeflow/pull/3663 - export CONFIG="https://raw.githubusercontent.com/kubeflow/kubeflow/master/bootstrap/config/kfctl_k8s_istio.yaml" + export CONFIG="https://raw.githubusercontent.com/kubeflow/kubeflow/{{% kf-latest-version %}}/bootstrap/config/kfctl_k8s_istio.yaml" kfctl init ${KFAPP} --config=${CONFIG} -V cd ${KFAPP}