From fe82859008b2c758c99416edd0f105cebcb05e24 Mon Sep 17 00:00:00 2001 From: Gerald Goh Date: Fri, 11 Nov 2016 00:56:52 +0800 Subject: [PATCH] Changed instructions from DCOS to Kubernetes (#86) --- docs/acsengine.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/acsengine.md b/docs/acsengine.md index c56a35017..843aeb30d 100644 --- a/docs/acsengine.md +++ b/docs/acsengine.md @@ -63,11 +63,11 @@ As a rule of thumb you should always work with the `apimodel.json` when modifyin # Generating a template -Here is an example of how to generate a new deployment. This example assumes you are using [examples/dcos.json](../examples/dcos.json). +Here is an example of how to generate a new deployment. This example assumes you are using [examples/kubernetes.json](../examples/kubernetes.json). 1. Before starting ensure you have generated a valid [SSH Public/Private key pair](ssh.md#ssh-key-generation). -2. edit [examples/dcos.json](../examples/dcos.json) and fill in the blanks. -3. run `acs-engine examples/dcos.json` to generate the templates in the _output/DCOS184-UNIQUEID directory. The UNIQUEID is a hash of your master's FQDN prefix. +2. edit [examples/kubernetes.json](../examples/dcos.json) and fill in the blanks. +3. run `acs-engine examples/kubernetes.json` to generate the templates in the _output/Kubernetes-UNIQUEID directory. The UNIQUEID is a hash of your master's FQDN prefix. 4. now you can use the `azuredeploy.json` and `azuredeploy.parameters.json` for deployment as described in [deployment usage](../README.md#deployment-usage). # Deploying templates