Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Fix link to Kubernetes cluster definition example (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-benzinger-hybris authored and jackfrancis committed Aug 18, 2017
1 parent cae246e commit 51d698f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/kubernetes/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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....')
Expand Down

0 comments on commit 51d698f

Please sign in to comment.