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`.