You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/_how-tos/operator-dataplane-custom-plugins.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Deploy custom plugins with {{ site.gateway_operator_product_name }}
3
-
description: "Package and deploy custom Kong plugins as OCI images using the {{ site.gateway_operator_product_name }} and reference them in {{site.base_gateway}} resources."
2
+
title: Deploy custom plugins with {{ site.operator_product_name }}
3
+
description: "Package and deploy custom Kong plugins as OCI images using the {{ site.operator_product_name }} and reference them in {{site.base_gateway}} resources."
q: How can I deploy a custom plugin using the {{ site.gateway_operator_product_name }}?
38
+
q: How can I deploy a custom plugin using the {{ site.operator_product_name }}?
39
39
a: |
40
40
Build and push a plugin as a container image, then use a `KongPluginInstallation`
41
41
to register it with the operator. Reference it in your `GatewayConfiguration` to
@@ -44,7 +44,7 @@ tldr:
44
44
45
45
## Plugin distribution using an OCI registry
46
46
47
-
{{ site.gateway_operator_product_name }} can install Kong custom plugins packaged as container images. This guide shows how to package, install, and use a custom plugin in {{site.base_gateway}} instances managed by the {{ site.gateway_operator_product_name }}.
47
+
{{ site.operator_product_name }} can install Kong custom plugins packaged as container images. This guide shows how to package, install, and use a custom plugin in {{site.base_gateway}} instances managed by the {{ site.operator_product_name }}.
Copy file name to clipboardExpand all lines: app/operator/reference/dump-server.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Dump server
3
-
description: 'Use the dump config server to inspect and debug Kong configurations generated by the Gateway Operator for each control plane.'
3
+
description: 'Use the dump config server to inspect and debug Kong configurations generated by the {{site.operator_product_name}} for each control plane.'
Copy file name to clipboardExpand all lines: app/operator/support-policy.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: "{{site.gateway_operator_product_name}} version support policy"
3
-
description: "Check if your version of {{site.gateway_operator_product_name }} is supported"
2
+
title: "{{site.operator_product_name}} version support policy"
3
+
description: "Check if your version of {{site.operator_product_name}} is supported"
4
4
content_type: reference
5
5
layout: reference
6
6
products:
@@ -10,19 +10,18 @@ breadcrumbs:
10
10
11
11
---
12
12
13
-
14
13
Kong primarily follows [semantic versioning](https://semver.org/) (SemVer) for its products.
15
14
16
15
At Kong’s discretion a specific minor version can be marked as a LTS version. The LTS version is supported on a given distribution for the duration of the distribution’s lifecycle, or for 3 years from LTS release whichever comes sooner. LTS only receives security fixes or certain critical patches at the discretion of Kong. Kong guarantees that at any given time, there will be at least 1 active LTS Kong version.
17
16
18
-
LTS versions of {{site.gateway_operator_product_name}} are supported for 3 years after release. Standard versions are supported for 1 year after release.
17
+
LTS versions of {{site.operator_product_name}} are supported for 3 years after release. Standard versions are supported for 1 year after release.
19
18
20
19
{:.info}
21
-
> {{site.gateway_operator_product_name}} is a recently released product and does not currently provide an LTS version.
20
+
> {{site.operator_product_name}} is a recently released product and does not currently provide an LTS version.
22
21
23
22
{% support_policy operator %}
24
23
25
-
> *Table 1: Version Support for {{site.gateway_operator_product_name}}*
24
+
> *Table 1: Version Support for {{site.operator_product_name}}*
0 commit comments