Automator: update istio.io@ reference docs (#14019)

This commit is contained in:
Istio Automation 2023-10-17 19:17:38 -07:00 committed by GitHub
parent 181af0b0ec
commit b16ad106b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -601,3 +601,27 @@ messages:
type: int
- name: selector
type: string
- name: "InvalidExternalControlPlaneConfig"
code: IST0163
level: Warning
description: "Address for the ingress gateway on the external control plane is not valid"
template: "The hostname (%s) that was provided for the webhook (%s) to reach the ingress gateway on the external control plane cluster %s. Traffic may not flow properly."
args:
- name: hostname
type: string
- name: webhook
type: string
- name: msg
type: string
- name: "ExternalControlPlaneAddressIsNotAHostname"
code: IST0164
level: Info
description: "Address for the ingress gateway on the external control plane is an IP address and not a hostname"
template: "The address (%s) that was provided for the webhook (%s) to reach the ingress gateway on the external control plane cluster is an IP address. This is not recommended for a production environment."
args:
- name: hostname
type: string
- name: webhook
type: string