Skip to content

Commit

Permalink
docs: link to GetEnvoy.io for pre-built binaries (#7814)
Browse files Browse the repository at this point in the history
Signed-off-by: Lizan Zhou <lizan@tetrate.io>
  • Loading branch information
lizan authored and mattklein123 committed Aug 5, 2019
1 parent 56d03e0 commit 01bf1c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 5 additions & 2 deletions docs/root/install/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,12 @@ tests.
organizations track and deploy master in production. We encourage you to do the same so that
issues can be reported as early as possible in the development process.

Packaged Envoy pre-built binaries for a variety of platforms are available via
`GetEnvoy.io <https://www.getenvoy.io/>`_.

We will consider producing additional binary types depending on community interest in helping with
CI, packaging, etc. Please open an `issue <https://github.com/envoyproxy/envoy/issues>`_ in GitHub
if desired.
CI, packaging, etc. Please open an `issue in GetEnvoy <https://github.com/tetratelabs/getenvoy/issues>`_
for pre-built binaries for different platforms.

Modifying Envoy
---------------
Expand Down
5 changes: 2 additions & 3 deletions docs/root/start/start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ Getting Started

This section gets you started with a very simple configuration and provides some example configurations.

Envoy does not currently provide separate pre-built binaries, but does provide Docker images. This is
the fastest way to get started using Envoy. Should you wish to use Envoy outside of a
Docker container, you will need to :ref:`build it <building>`.
The fastest way to get started using Envoy is :ref:`installing pre-built binaries <install_binaries>`.
You can also :ref:`build it <building>` from source.

These examples use the :ref:`v2 Envoy API <envoy_api_reference>`, but use only the static configuration
feature of the API, which is most useful for simple requirements. For more complex requirements
Expand Down

0 comments on commit 01bf1c3

Please sign in to comment.