Ambassador version {{ system.version }}
Hostname {{ system.hostname }}
Cluster ID {{ system.cluster_id }}
Configuration from {{ system.boot_time }} — {{ system.hr_uptime }} ago
{% if envoy_status.ready %}
Envoy ready, last status report {{ envoy_status.since_update }}
{% elif envoy_status.alive %}
Envoy alive but not yet ready, running {{ envoy_status.uptime }}
{% else %}
Envoy not running!!
{% endif %}
Ambassador ID {{ system.ambassador_id }}
Ambassador namespace {{ system.ambassador_namespace }}{%- if system.single_namespace %} (single namespace only){%- endif -%}
{%- if system.knative_enabled -%}KNative support enabled
{%- endif %}
{%- if system.statsd_enabled -%}Statsd support enabled
{%- endif %}
{%- if not system.endpoints_enabled -%}Endpoint routing disabled
{%- endif %}
{% if loginfo %}
{% if loginfo.all %}
Current log level: {{ loginfo.all }}
{% else %}
Current log levels:
{% for level, elements in loginfo.items() | sort %}
- {{ level }}: {{ ", ".join(elements) }}
{% endfor %}
{% endif %}
{% else %}
Current log levels: unknown
{% endif %}
{% if banner_content %}
{{banner_content|safe}}
{% endif %}