[go: nahoru, domu]

Skip to content

Commit

Permalink
docs: remove OS/discovery list (#6785)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacewander committed Apr 2, 2022
1 parent 07a8857 commit 6559ac7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 34 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,6 @@ A/B testing, canary release, blue-green deployment, limit rate, defense against

1. Installation

APISIX Installed and tested in the following systems:

CentOS 7, Ubuntu 16.04, Ubuntu 18.04, Debian 9, Debian 10, macOS, **ARM64** Ubuntu 18.04

Please refer to [install documentation](docs/en/latest/how-to-build.md).

2. Getting started
Expand Down
14 changes: 0 additions & 14 deletions docs/en/latest/discovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,6 @@ When system traffic changes, the number of servers of the upstream service also
2. The gateway gets service instance information from the registry in near-real time.
3. When the user requests the service through the gateway, the gateway selects one instance from the registry for proxy.

Common registries: Eureka, Etcd, Consul, Zookeeper, Nacos etc.

## Supported discovery registries

Currently we support Eureka/Consul/Nacos and service discovery via DNS.

For service discovery via DNS, see [service discovery via DNS](discovery/dns.md).

For Consul, see [service discovery via Consul](discovery/consul_kv.md)

For Nacos, see [service discovery via Nacos](discovery/nacos.md)

For Eureka, see below.

## How to extend the discovery client?

### Basic steps
Expand Down
4 changes: 0 additions & 4 deletions docs/zh/latest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,6 @@ A/B 测试、金丝雀发布(灰度发布)、蓝绿部署、限流限速、

1. 安装

APISIX 在以下操作系统中可顺利安装并做过测试:

CentOS 7, Ubuntu 16.04, Ubuntu 18.04, Debian 9, Debian 10, macOS, **ARM64** Ubuntu 18.04

请参考[安装文档](./how-to-build.md)

2. 入门指南
Expand Down
12 changes: 0 additions & 12 deletions docs/zh/latest/discovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,6 @@ title: 集成服务发现注册中心

常见的注册中心:Eureka, Etcd, Consul, Nacos, Zookeeper 等

## 当前支持的注册中心

目前支持 Eureka / Consul 和基于 DNS 的服务注册发现。

基于 DNS 的服务注册发现见 [基于 DNS 的服务支持发现](../../en/latest/discovery/dns.md)

Consul 的支持见 [基于 Consul 的服务支持发现](../../en/latest/discovery/consul_kv.md)

Nacos 的支持见 [基于 Nacos 的服务支持发现](../../en/latest/discovery/nacos.md)

Eureka 的支持方式见下文。

## 如何扩展注册中心?

### 基本步骤
Expand Down

0 comments on commit 6559ac7

Please sign in to comment.