From a245e88c01be9163e379005ae683ae7f759df5cb Mon Sep 17 00:00:00 2001 From: Moshe-Immerman Date: Tue, 21 Nov 2017 06:25:54 +0200 Subject: [PATCH] fix: paths in cluster_template.md --- docs/cluster_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cluster_template.md b/docs/cluster_template.md index d3db9a79f5..be811014ef 100644 --- a/docs/cluster_template.md +++ b/docs/cluster_template.md @@ -1,6 +1,6 @@ # Cluster Templating -The command `kops replace` can replace a cluster desired configuration from the config in a yaml file (see [/cli/kops_replace.md](/cli/kops_replace.md)). +The command `kops replace` can replace a cluster desired configuration from the config in a yaml file (see [cli/kops_replace.md](cli/kops_replace.md)). It is possible to generate that yaml file from a template, using the command `kops toolbox template` (see [cli/kops_toolbox_template.md](cli/kops_toolbox_template.md)). @@ -45,7 +45,7 @@ Running `kops toolbox template` replaces the placeholders in the template by val Note: when creating a cluster desired configuration template, you can -- use `kops get k8s-cluster.example.com -o yaml > cluster-desired-config.yaml` to create the cluster desired configuration file (see [cli/kops_get.md](cli/kops_get.md)). The values in this file are defined in [cli/cluster_spec.md](cli/cluster_spec.md). +- use `kops get k8s-cluster.example.com -o yaml > cluster-desired-config.yaml` to create the cluster desired configuration file (see [cli/kops_get.md](cli/kops_get.md)). The values in this file are defined in [cluster_spec.md](cluster_spec.md). - replace values by placeholders in that file to create the template. ### Templates