Navigation :
Concepts
Setting up Gloo Mesh Enterprise
Guides overview
Operations
Reference
-
API reference
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
-- access_logging.proto
-- access_logging.proto
-- access_policy.proto
-- applied_policies.proto
-- ca_options.proto
-- certificate_request.proto
-- certificate_verification.proto
-- csrf.proto
-- dashboard.proto
-- destination.proto
-- extauth.proto
-- issued_certificate.proto
-- istio_installation.proto
-- istio_installation_instance.proto
-- keepalive.proto
-- mesh.proto
-- metrics.proto
-- networking_extensions.proto
-- pod_bounce_directive.proto
-- rate_limit.proto
-- rate_limit_client_config.proto
-- rate_limit_server_config.proto
-- request_matchers.proto
-- role.proto
-- route.proto
-- route_table.proto
-- selectors.proto
-- service_dependency.proto
-- settings.proto
-- status.proto
-- status.proto
-- string_match.proto
-- traffic_policy.proto
-- transformation.proto
-- vault_ca.proto
-- virtual_destination.proto
-- virtual_gateway.proto
-- virtual_host.proto
-- virtual_mesh.proto
-- wasm_deployment.proto
-- weighed_destination.proto
-- workload.proto
-- xds_config.proto
-
CLI reference
-
Helm value reference
- Registered ClusterRole Definition
-
Version reference
- Gloo Mesh Enterprise changelog
-
Gloo Mesh Security and CVE report
Support and services
istio_installation_instance.proto
Package : admin.agent.enterprise.mesh.gloo.solo.io
Top
istio_installation_instance.proto
Table of Contents
IstioInstallationInstanceSpec
The IstioInstallationInstance API and its associated features are undergoing development so this API is not currently supported. The IstioInstallationInstance is a resource that should only be created by the Gloo Mesh relay server for managed relay agents.
IstioInstallationInstanceStatus
Field
Type
Label
Description
observedGeneration
int64
The most recent generation observed in the the IstioOperator metadata. If the observedGeneration
does not match metadata.generation
, Gloo Mesh has not processed the most recent version of this resource.
istioOperator
core.skv2.solo.io.ObjectRef
Reference for the IstioOperator CR that is a associated with this IstioInstallationInstance.
istioOperatorController
core.skv2.solo.io.ObjectRef
Reference for the Istio Operator controller's deployment that is a associated with this IstioInstallationInstance
generatedRevision
string
The Istio revision generated for the installed Istio resources
state
admin.agent.enterprise.mesh.gloo.solo.io.IstioInstallationInstanceStatus.State
The current state of the IstioInstallationInstance.
message
string
A human readable message about the current state of the IstioInstallationInstance.
installationAttempts
int32
Number of times a failed IstioInstallation was retried.
IstioInstallationInstanceStatus.State
The state of an IstioInstallationInstance installation.
Name
Number
Description
PENDING
0
Waiting for resources to be installed.
INSTALLING_CONTROLLER
1
In the process of installing the IstioOperator controller.
CONTROLLER_INSTALLED
2
IstioOperator controller installed successfully.
CONTROLLER_INSTALL_FAILED
3
IstioOperator controller failed to install.
INSTALLING_ISTIO
4
In the process of installing Istio with the IstioOperator CR.
ISTIO_INSTALL_FAILED
5
Istio failed to install with IstioOperator CR.
HEALTHY
6
All Istio components are successfully installed and healthy.
UNHEALTHY
7
The Istio installation is no longer healthy.