diff --git a/website/source/intro/getting-started/agent.html.md b/website/source/intro/getting-started/agent.html.md index d961cf721c..731df87809 100644 --- a/website/source/intro/getting-started/agent.html.md +++ b/website/source/intro/getting-started/agent.html.md @@ -9,6 +9,8 @@ description: > as data loss is inevitable in a failure scenario. --- +**Note: This guide is temporarily being managed in a different repo. Please contact kait@hashicorp.com if you have any questions. + # Run the Consul Agent After Consul is installed, the agent must be run. The agent can run either diff --git a/website/source/intro/getting-started/checks.html.md b/website/source/intro/getting-started/checks.html.md index 0121040d80..ccf020d6fe 100644 --- a/website/source/intro/getting-started/checks.html.md +++ b/website/source/intro/getting-started/checks.html.md @@ -6,6 +6,9 @@ description: |- We've now seen how simple it is to run Consul, add nodes and services, and query those nodes and services. In this step, we will continue our tour by adding health checks to both nodes and services. Health checks are a critical component of service discovery that prevent using services that are unhealthy. --- +**Note: This guide is temporarily being managed in a different repo. Please contact kait@hashicorp.com if you have any + questions. + # Health Checks We've now seen how simple it is to run Consul, add nodes and services, and diff --git a/website/source/intro/getting-started/connect.html.md b/website/source/intro/getting-started/connect.html.md index 2e97a86049..38d9c1a64b 100644 --- a/website/source/intro/getting-started/connect.html.md +++ b/website/source/intro/getting-started/connect.html.md @@ -6,6 +6,9 @@ description: |- Connect is a feature of Consul that provides service-to-service connection authorization and encryption using mutual TLS. This ensures that all service communication in your datacenter is encrypted and that the rules of what services can communicate is centrally managed with Consul. --- +**Note: This guide is temporarily being managed in a different repo. Please contact kait@hashicorp.com if you have any + questions. + # Connect We've now registered our first service with Consul and we've shown how you diff --git a/website/source/intro/getting-started/install.html.md b/website/source/intro/getting-started/install.html.md index df01f91c0d..72b7104abd 100644 --- a/website/source/intro/getting-started/install.html.md +++ b/website/source/intro/getting-started/install.html.md @@ -6,6 +6,9 @@ description: |- Consul must first be installed on every node that will be a member of the Consul cluster. To make installation easy, Consul is distributed as a binary package for all supported platforms and architectures. This page will not cover how to compile Consul from source. --- +**Note: This guide is temporarily being managed in a different repo. Please contact kait@hashicorp.com if you have any + questions. + # Install Consul Consul must first be installed on your machine. Consul is distributed as a diff --git a/website/source/intro/getting-started/join.html.md b/website/source/intro/getting-started/join.html.md index 73203ba01f..6d2da14233 100644 --- a/website/source/intro/getting-started/join.html.md +++ b/website/source/intro/getting-started/join.html.md @@ -9,6 +9,9 @@ description: > cluster and join the nodes together. --- +**Note: This guide is temporarily being managed in a different repo. Please contact kait@hashicorp.com if you have any + questions. + # Consul Cluster We've started our first agent and registered and queried a service on that diff --git a/website/source/intro/getting-started/kv.html.md b/website/source/intro/getting-started/kv.html.md index 68735e038e..2e2f14993d 100644 --- a/website/source/intro/getting-started/kv.html.md +++ b/website/source/intro/getting-started/kv.html.md @@ -6,6 +6,9 @@ description: |- In addition to providing service discovery and integrated health checking, Consul provides an easy to use KV store. This can be used to hold dynamic configuration, assist in service coordination, build leader election, and enable anything else a developer can think to build. --- +**Note: This guide is temporarily being managed in a different repo. Please contact kait@hashicorp.com if you have any + questions. + # KV Data In addition to providing service discovery and integrated health checking, diff --git a/website/source/intro/getting-started/next-steps.html.md b/website/source/intro/getting-started/next-steps.html.md index 6eeffe7de1..652f08aaee 100644 --- a/website/source/intro/getting-started/next-steps.html.md +++ b/website/source/intro/getting-started/next-steps.html.md @@ -6,6 +6,9 @@ description: |- That concludes the getting started guide for Consul. Hopefully you're able to see that while Consul is simple to use, it has a powerful set of features. We've covered the basics for all of these features in this guide. --- +**Note: This guide is temporarily being managed in a different repo. Please contact kait@hashicorp.com if you have any + questions. + # Next Steps That concludes the getting started guide for Consul. Hopefully you're able to diff --git a/website/source/intro/getting-started/services.html.md b/website/source/intro/getting-started/services.html.md index 000ceaa1ac..e44d423096 100644 --- a/website/source/intro/getting-started/services.html.md +++ b/website/source/intro/getting-started/services.html.md @@ -9,6 +9,9 @@ description: > query that service using the REST API and DNS interfaces. --- +**Note: This guide is temporarily being managed in a different repo. Please contact kait@hashicorp.com if you have any + questions. + # Registering Services In the previous step, we ran our first agent, saw the cluster members (well, diff --git a/website/source/intro/getting-started/ui.html.md b/website/source/intro/getting-started/ui.html.md index 2a185c2451..1b051df069 100644 --- a/website/source/intro/getting-started/ui.html.md +++ b/website/source/intro/getting-started/ui.html.md @@ -6,6 +6,9 @@ description: |- Consul comes with support for beautiful, functional web UIs out of the box. UIs can be used for viewing all services and nodes, for viewing all health checks and their current status, and for reading and setting key/value data. The UIs automatically supports multi-datacenter. --- +**Note: This guide is temporarily being managed in a different repo. Please contact kait@hashicorp.com if you have any + questions. + # Consul Web UI Consul comes with support for beautiful, functional web UIs out of the