From 702d0f76c2c4ea18f91451f905db25c76b8bcea6 Mon Sep 17 00:00:00 2001 From: Jun Gong Date: Tue, 18 Dec 2018 21:19:55 +0800 Subject: [PATCH] Add debugging-install link in doc get-started.md Signed-off-by: Jun Gong --- changelogs/unreleased/1131-hex108 | 1 + docs/get-started.md | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 changelogs/unreleased/1131-hex108 diff --git a/changelogs/unreleased/1131-hex108 b/changelogs/unreleased/1131-hex108 new file mode 100644 index 000000000..a6a89b319 --- /dev/null +++ b/changelogs/unreleased/1131-hex108 @@ -0,0 +1 @@ +Add debugging-install link in doc get-started.md diff --git a/docs/get-started.md b/docs/get-started.md index 91dda4281..63c31c665 100644 --- a/docs/get-started.md +++ b/docs/get-started.md @@ -8,6 +8,8 @@ For simplicity, the example uses Minio, an S3-compatible storage service that ru See [Set up Ark on your platform][3] for how to configure Ark for a production environment. +If you encounter issues with installing or configuring, see [Debugging Installation Issues](debugging-install.md). + ### Prerequisites * Access to a Kubernetes cluster, version 1.7 or later. Version 1.7.5 or later is required to run `ark backup delete`.