Skip to content

Commit 37a78a6

Browse files
published draft - requires SME - deno.lock inculded?
1 parent f11e488 commit 37a78a6

File tree

2 files changed

+70
-0
lines changed

2 files changed

+70
-0
lines changed

app/_data/version_errors_konnect.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4209,3 +4209,27 @@ messages:
42094209
Please upgrade Kong Gateway to version `3.9.0.0` or above.
42104210
DocumentationURL: |
42114211
N/A
4212+
- ID: P
4213+
Severity: error
4214+
Description: |
4215+
A Route entity uses the `expressions`` router flavour, but the Data Plane node does not support `router_flavor = expressions``. The Control Plane refuses to sync the configuration.
4216+
Resolution: "Upgrade the Data Plane to version `3.6.0.0`` or later, or change the Route to a supported router flavour."
4217+
DocumentationURL: "/gateway-manager/version-compatibility/"
4218+
- ID: D
4219+
Severity: error
4220+
Description: |
4221+
The `ai-advanced-rate-limiting`` plugin configuration is incompatible across the 3.10 version boundary. Data Plane versions earlier than 3.10 cannot accept configurations generated by a Control Plane on version 3.10 or later, so the Control Plane refuses dispatch.
4222+
Resolution: "Upgrade the Data Plane to version `3.10.0.0`` or later, or update the plugin configuration to the supported schema for the target version."
4223+
DocumentationURL: "/gateway-manager/version-compatibility/"
4224+
- ID: P
4225+
Severity: error
4226+
Description: |
4227+
The Data Plane certificate has expired or the mTLS identity is invalid. The Control Plane blocks configuration delivery to avoid insecure communication and marks the node as Out of sync.
4228+
Resolution: "Renew the Data Plane certificate or verify the cluster_mtls settings, then restart the Data Plane."
4229+
DocumentationURL: "/gateway-manager/data-plane-reference/#out-of-sync"
4230+
- ID: P
4231+
Severity: error
4232+
Description: |
4233+
The Control Plane detects an unsupported custom plugin or a plugin version mismatch on the Data Plane. The Data Plane cannot safely apply the configuration, so the Control Plane refuses to send the payload.
4234+
Resolution: "Install the missing custom plugin or align plugin versions on the Data Plane, then retry configuration delivery."
4235+
DocumentationURL: "/gateway-manager/version-compatibility/"

deno.lock

Lines changed: 46 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)