Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(mesh): update docs and changelog #6513

Merged
merged 1 commit into from
Nov 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion app/_data/kong_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,13 +333,15 @@
- edition: mesh
version: 2.4.4
release: 2.4.x
latest: true
releaseDate: "2023-08-29"
endOfLifeDate: "2024-08-29"
branch: release-2.4
- edition: mesh
version: 2.5.0
release: 2.5.x
latest: true
releaseDate: "2023-11-15"
endOfLifeDate: "2024-11-15"
branch: release-2.5
- edition: mesh
version: preview
Expand Down
5 changes: 5 additions & 0 deletions app/mesh/2.5.x/kuma-cp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,11 @@ experimental:
# If true then control plane computes reachable services automatically based on MeshTrafficPermission.
# Lack of MeshTrafficPermission is treated as Deny the traffic.
autoReachableServices: false # ENV: KUMA_EXPERIMENTAL_AUTO_REACHABLE_SERVICES
# KDSSyncNameWithHashSuffix if true then during KDS sync resource name is going to be suffixed with hash.
# The hash is computed based on various resource characteristics like mesh, namespace, etc. The feature prevents name
# collisions when syncing policies with the same names but different meshes from Global(Universal) to Zone(Kubernetes).
# More extensive explanation of the problem and solution can be found in the MADR https://github.com/kumahq/kuma/blob/master/docs/madr/decisions/029-kds-sync-hash-suffix.md
KDSSyncNameWithHashSuffix: false # ENV: KUMA_EXPERIMENTAL_KDS_SYNC_NAME_WITH_HASH_SUFFIX
proxy:
gateway:
# Sets the envoy runtime value to limit maximum number of incoming
Expand Down
3 changes: 0 additions & 3 deletions app/mesh/dev/crds/kuma.io_meshloadbalancingstrategies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,6 @@ spec:
type: array
required:
- type
- zones
type: object
required:
- to
Expand Down Expand Up @@ -480,8 +479,6 @@ spec:
- key
type: object
type: array
required:
- affinityTags
type: object
type: object
type: object
Expand Down
7 changes: 6 additions & 1 deletion app/mesh/dev/kuma-cp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ experimental:
# format you can downgrade your cp
useTagFirstVirtualOutboundModel: false # ENV: KUMA_EXPERIMENTAL_USE_TAG_FIRST_VIRTUAL_OUTBOUND_MODEL
# If true, KDS will sync using incremental xDS updates
kdsDeltaEnabled: false # ENV: KUMA_EXPERIMENTAL_KDS_DELTA_ENABLED
kdsDeltaEnabled: true # ENV: KUMA_EXPERIMENTAL_KDS_DELTA_ENABLED
# List of prefixes that will be used to filter out tags by keys from ingress' available services section.
# This can trim the size of the ZoneIngress object significantly.
# The drawback is that you cannot use filtered out tags for traffic routing.
Expand All @@ -720,6 +720,11 @@ experimental:
# If true then control plane computes reachable services automatically based on MeshTrafficPermission.
# Lack of MeshTrafficPermission is treated as Deny the traffic.
autoReachableServices: false # ENV: KUMA_EXPERIMENTAL_AUTO_REACHABLE_SERVICES
# KDSSyncNameWithHashSuffix if true then during KDS sync resource name is going to be suffixed with hash.
# The hash is computed based on various resource characteristics like mesh, namespace, etc. The feature prevents name
# collisions when syncing policies with the same names but different meshes from Global(Universal) to Zone(Kubernetes).
# More extensive explanation of the problem and solution can be found in the MADR https://github.com/kumahq/kuma/blob/master/docs/madr/decisions/029-kds-sync-hash-suffix.md
KDSSyncNameWithHashSuffix: false # ENV: KUMA_EXPERIMENTAL_KDS_SYNC_NAME_WITH_HASH_SUFFIX
proxy:
gateway:
# Sets the envoy runtime value to limit maximum number of incoming
Expand Down
Loading