mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +00:00
Remove all mention of Atlas, even in deprecated changelogs
This commit is contained in:
parent
0a25e11aa8
commit
5d2855ecda
@ -18,28 +18,6 @@ and can be disabled.
|
||||
See [`disable_anonymous_signature`](/docs/agent/options.html#disable_anonymous_signature)
|
||||
and [`disable_update_check`](/docs/agent/options.html#disable_update_check).
|
||||
|
||||
## Q: How does Atlas integration work?
|
||||
|
||||
Hosted Consul Enterprise in Atlas was officially deprecated on March 7th,
|
||||
2017.
|
||||
|
||||
There are strong alternatives available and they are listed below.
|
||||
|
||||
For users on supported cloud platform the
|
||||
[-retry-join](/docs/agent/options.html#_retry_join) option allows bootstrapping
|
||||
by automatically discovering instances with a given tag key/value at startup.
|
||||
|
||||
For users on other cloud platforms [-join and retry-join
|
||||
functionality](/docs/agent/options.html#_join) can be used to join clusters by
|
||||
ip address or hostname.
|
||||
|
||||
Other features of Consul Enterprise, such as the UI and Alerts also have
|
||||
suitable open source alternatives.
|
||||
|
||||
For replacing the UI, we recommend the [free UI packaged as part of Consul open source](https://www.consul.io/docs/agent/options.html#_ui). A live demo can be access at [https://demo.consul.io/ui/](https://demo.consul.io/ui/).
|
||||
|
||||
For replacing alerts, we recommend the [open source Consul alerts daemon](https://github.com/acalephstorage/consul-alerts). This is not maintained or supported by HashiCorp, however there is active development from the community.
|
||||
|
||||
## Q: Does Consul rely on UDP Broadcast or Multicast?
|
||||
|
||||
Consul uses the [Serf](https://www.serf.io) gossip protocol which relies on
|
||||
|
@ -1,13 +0,0 @@
|
||||
---
|
||||
layout: "docs"
|
||||
page_title: "Atlas Integration"
|
||||
sidebar_current: "docs-guides-atlas"
|
||||
description: |-
|
||||
This guide covers how to integrate Atlas with Consul to provide features like an infrastructure dashboard and automatic cluster joining.
|
||||
---
|
||||
|
||||
# Atlas Integration
|
||||
|
||||
~> **Notice:** The hosted version of [Consul Enterprise](https://www.hashicorp.com/products/consul) was deprecated on
|
||||
March 7th, 2017.
|
||||
|
@ -51,9 +51,6 @@ To trigger leader election, we must join these machines together and create a cl
|
||||
|
||||
Choose the method which best suits your environment and specific use case.
|
||||
|
||||
~> **Notice:** The hosted version of Consul Enterprise was deprecated on
|
||||
March 7th, 2017 and the Atlas `auto-join` feature is no longer available.
|
||||
|
||||
### Manually Creating a Cluster
|
||||
|
||||
To manually create a cluster, access one of the machines and run the following:
|
||||
|
@ -71,10 +71,6 @@ All of Consul's previously deprecated command line flags and config options have
|
||||
|
||||
| Removed Option | Equivalent |
|
||||
| -------------- | ---------- |
|
||||
| `-atlas` | None, Atlas is no longer supported. |
|
||||
| `-atlas-token`| None, Atlas is no longer supported. |
|
||||
| `-atlas-join` | None, Atlas is no longer supported. |
|
||||
| `-atlas-endpoint` | None, Atlas is no longer supported. |
|
||||
| `-dc` | [`-datacenter`](/docs/agent/options.html#_datacenter) |
|
||||
| `-retry-join-azure-tag-name` | [`-retry-join`](/docs/agent/options.html#microsoft-azure) |
|
||||
| `-retry-join-azure-tag-value` | [`-retry-join`](/docs/agent/options.html#microsoft-azure) |
|
||||
@ -87,11 +83,6 @@ All of Consul's previously deprecated command line flags and config options have
|
||||
| `-retry-join-gce-zone-pattern` | [`-retry-join`](/docs/agent/options.html#google-compute-engine) |
|
||||
| `addresses.rpc` | None, the RPC server for CLI commands is no longer supported. |
|
||||
| `advertise_addrs` | [`ports`](/docs/agent/options.html#ports) with [`advertise_addr`](https://www.consul/io/docs/agent/options.html#advertise_addr) and/or [`advertise_addr_wan`](/docs/agent/options.html#advertise_addr_wan) |
|
||||
| `atlas_infrastructure` | None, Atlas is no longer supported. |
|
||||
| `atlas_token` | None, Atlas is no longer supported. |
|
||||
| `atlas_acl_token` | None, Atlas is no longer supported. |
|
||||
| `atlas_join` | None, Atlas is no longer supported. |
|
||||
| `atlas_endpoint` | None, Atlas is no longer supported. |
|
||||
| `dogstatsd_addr` | [`telemetry.dogstatsd_addr`](/docs/agent/options.html#telemetry-dogstatsd_addr) |
|
||||
| `dogstatsd_tags` | [`telemetry.dogstatsd_tags`](/docs/agent/options.html#telemetry-dogstatsd_tags) |
|
||||
| `http_api_response_headers` | [`http_config.response_headers`](/docs/agent/options.html#response_headers) |
|
||||
|
@ -42,7 +42,6 @@ any state.
|
||||
Client Addr: 127.0.0.1 (HTTP: 8500, HTTPS: -1, DNS: 8600, RPC: 8400)
|
||||
Cluster Addr: 127.0.0.1 (LAN: 8301, WAN: 8302)
|
||||
Gossip encrypt: false, RPC-TLS: false, TLS-Incoming: false
|
||||
Atlas: <disabled>
|
||||
|
||||
==> Log data will now stream in as it occurs:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user