From 51d698feff45538c1f6a4abae5d0e5860f97a4b5 Mon Sep 17 00:00:00 2001 From: Dennis Benzinger | SAP Hybris Date: Fri, 18 Aug 2017 21:08:30 +0200 Subject: [PATCH] Fix link to Kubernetes cluster definition example (#1298) --- docs/kubernetes/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kubernetes/deploy.md b/docs/kubernetes/deploy.md index a7f402eeb3..6b6469366c 100644 --- a/docs/kubernetes/deploy.md +++ b/docs/kubernetes/deploy.md @@ -78,7 +78,7 @@ Kubernetes clusters have integrated support for various cloud providers as core ACS Engine consumes a cluster definition which outlines the desired shape, size, and configuration of Kubernetes. There are a number of features that can be enabled through the cluster definition, check the `examples` directory for a number of... examples. -Edit the [simple Kubernetes cluster definition](../examples/kubernetes.json) and fill out the required values: +Edit the [simple Kubernetes cluster definition](/examples/kubernetes.json) and fill out the required values: * `dnsPrefix`: must be a region-unique name and will form part of the hostname (e.g. myprod1, staging, leapinglama), be unique! * `keyData`: must contain the public portion of an SSH key, this will be associated with the `adminUsername` value found in the same section of the cluster definition (e.g. 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABA....')