Skip to content

Commit

Permalink
chore(deps): update docs from repo source
Browse files Browse the repository at this point in the history
Signed-off-by: kumahq[bot] <110050114+kumahq[bot]@users.noreply.github.com>
  • Loading branch information
kumahq[bot] authored and fabianrbz committed Jul 26, 2024
1 parent 9915ab6 commit 4fe28d4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
23 changes: 23 additions & 0 deletions app/assets/mesh/dev/raw/crds/kuma.io_meshservices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,14 @@ spec:
type: string
type: object
type: object
state:
description: |-
State of MeshService. Available if there is at least one healthy endpoint. Otherwise, Unavailable.
It's used for cross zone communication to check if we should send traffic to it, when MeshService is aggregated into MeshMultiZoneService.
enum:
- Available
- Unavailable
type: string
type: object
status:
description: Status is the current status of the Kuma MeshService resource.
Expand All @@ -111,6 +119,21 @@ spec:
type: string
type: object
type: array
dataplaneProxies:
description: Data plane proxies statistics selected by this MeshService.
properties:
connected:
description: Number of data plane proxies connected to the zone
control plane
type: integer
healthy:
description: Number of data plane proxies with all healthy inbounds
selected by this MeshService.
type: integer
total:
description: Total number of data plane proxies.
type: integer
type: object
hostnameGenerators:
items:
properties:
Expand Down
3 changes: 3 additions & 0 deletions app/assets/mesh/dev/raw/kuma-cp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -825,6 +825,9 @@ ipam:
cidr: 243.0.0.0/8 # ENV: KUMA_IPAM_MESH_MULTI_ZONE_SERVICE_CIDR
# Interval on which Kuma will allocate new IPs for MeshServices and MeshExternalServices
allocationInterval: 5s # ENV: KUMA_IPAM_ALLOCATION_INTERVAL
meshService:
# How often we check whether MeshServices need to be generated from Dataplanes
generationInterval: 2s # ENV: KUMA_MESH_SERVICE_GENERATION_INTERVAL
kmesh:
# License of Kong Mesh
license:
Expand Down

0 comments on commit 4fe28d4

Please sign in to comment.