diff --git a/docs/root/intro/version_history.rst b/docs/root/intro/version_history.rst index e9c651e7..439d1f33 100644 --- a/docs/root/intro/version_history.rst +++ b/docs/root/intro/version_history.rst @@ -9,6 +9,7 @@ Version history * admin: added :ref:`JSON output ` for stats admin endpoint. * admin: added basic :ref:`Prometheus output ` for stats admin endpoint. Histograms are not currently output. +* admin: added ``version_info`` to the :ref:`/clusters admin endpoint`. * config: the :ref:`v2 API ` is now considered production ready. * config: added :option:`--v2-config-only` CLI flag. * cors: added :ref:`CORS filter `. diff --git a/docs/root/operations/admin.rst b/docs/root/operations/admin.rst index 9d3ae273..d8b08acc 100644 --- a/docs/root/operations/admin.rst +++ b/docs/root/operations/admin.rst @@ -18,12 +18,20 @@ modify different aspects of the server: List out all loaded TLS certificates, including file name, serial number, and days until expiration. +.. _operations_admin_interface_clusters: + .. http:get:: /clusters List out all configured :ref:`cluster manager ` clusters. This information includes all discovered upstream hosts in each cluster along with per host statistics. This is useful for debugging service discovery issues. + Cluster manager information + - ``version_info`` string -- the version info string of the last loaded + :ref:`CDS` update. + If envoy does not have :ref:`CDS` setup, the + output will read ``version_info::static``. + Cluster wide information - :ref:`circuit breakers` settings for all priority settings.