Skip to content

Commit 5248a15

Browse files
yanniszarkk8s-ci-robot
authored andcommitted
pinconfig links for v0.6 to v0.6-branch (#1071)
Signed-off-by: Yannis Zarkadas <[email protected]>
1 parent 0f480d3 commit 5248a15

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/docs/aws/deploy/install-kubeflow.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ In order to deploy Kubeflow on your existing Amazon EKS cluster, you need to pro
4040

4141
# Download config file
4242
export CONFIG="/tmp/kfctl_aws.yaml"
43-
wget https://raw.githubusercontent.com/kubeflow/kubeflow/master/bootstrap/config/kfctl_aws.yaml -O ${CONFIG}
43+
wget https://raw.githubusercontent.com/kubeflow/kubeflow/{{% kf-latest-version %}}/bootstrap/config/kfctl_aws.yaml -O ${CONFIG}
4444
```
4545

46-
* `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.
46+
* `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.
4747

4848
1. Customize your config file. Retrieve the Amazon EKS cluster name, AWS Region, and IAM role name for your worker nodes.
4949

content/docs/started/k8s/kfctl-existing-arrikto.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Follow these steps to deploy Kubeflow:
168168
# Add kfctl to PATH, to make the kfctl binary easier to use.
169169
export PATH=$PATH:"<path to kfctl>"
170170
export KFAPP="<your choice of application directory name>"
171-
export CONFIG="https://raw.githubusercontent.com/kubeflow/kubeflow/master/bootstrap/config/kfctl_existing_arrikto.yaml"
171+
export CONFIG="https://raw.githubusercontent.com/kubeflow/kubeflow/{{% kf-latest-version %}}/bootstrap/config/kfctl_existing_arrikto.0.6.yaml"
172172
173173
# Specify credentials for the default user.
174174
export KUBEFLOW_USER_EMAIL="[email protected]"

content/docs/started/k8s/kfctl-k8s-istio.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Follow these steps to deploy Kubeflow:
3939
export PATH=$PATH:"<path to kfctl>"
4040
export KFAPP="<your choice of application directory name>"
4141
# Installs istio by default. Comment out istio components in the config file to skip istio installation. See https://github.com/kubeflow/kubeflow/pull/3663
42-
export CONFIG="https://raw.githubusercontent.com/kubeflow/kubeflow/master/bootstrap/config/kfctl_k8s_istio.yaml"
42+
export CONFIG="https://raw.githubusercontent.com/kubeflow/kubeflow/{{% kf-latest-version %}}/bootstrap/config/kfctl_k8s_istio.yaml"
4343
4444
kfctl init ${KFAPP} --config=${CONFIG} -V
4545
cd ${KFAPP}

0 commit comments

Comments
 (0)