Skip to content

Commit ed13d5f

Browse files
committed
ko: migrate kgo docs to ko
1 parent 794a597 commit ed13d5f

File tree

4 files changed

+22
-23
lines changed

4 files changed

+22
-23
lines changed

app/_how-tos/operator-dataplane-custom-plugins.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
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."
44
content_type: how_to
55

66
permalink: /operator/dataplanes/how-to/deploy-custom-plugins/
@@ -35,7 +35,7 @@ prereqs:
3535
- kongplugininstallation
3636

3737
tldr:
38-
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 }}?
3939
a: |
4040
Build and push a plugin as a container image, then use a `KongPluginInstallation`
4141
to register it with the operator. Reference it in your `GatewayConfiguration` to
@@ -44,7 +44,7 @@ tldr:
4444

4545
## Plugin distribution using an OCI registry
4646

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 }}.
4848

4949
{% include_cached plugins/custom-plugin-example.md is_optional=true %}
5050

@@ -70,7 +70,7 @@ Build the image:
7070
docker build -t myheader:1.0.0 .
7171
```
7272

73-
Next, push the image to a public or private registry available to the Kubernetes cluster where {{ site.gateway_operator_product_name }} is running.
73+
Next, push the image to a public or private registry available to the Kubernetes cluster where {{ site.operator_product_name }} is running.
7474

7575
```bash
7676
docker tag myheader:1.0.0 $YOUR_REGISTRY_ADDRESS/myheader:1.0.0

app/_landing_pages/operator/install.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
metadata:
2-
title: Install Kong Gateway Operator
2+
title: Install {{ site.operator_product_name }}
33
content_type: landing_page
44
description: |
5-
Install {{ site.gateway_operator_product_name }} using Helm
5+
Install {{ site.operator_product_name }} using Helm
66
products:
77
- operator
88
breadcrumbs:
@@ -11,11 +11,11 @@ metadata:
1111
rows:
1212
- header:
1313
type: h1
14-
text: "Install {{site.gateway_operator_product_name}} (KGO)"
14+
text: "Install {{ site.operator_product_name }} (KO)"
1515

1616
- header:
1717
type: h2
18-
text: How do I install {{site.gateway_operator_product_name}}?
18+
text: How do I install {{ site.operator_product_name }}?
1919
columns:
2020
- blocks:
2121
- type: text
@@ -44,7 +44,7 @@ rows:
4444

4545
- type: faqs
4646
config:
47-
- q: Can {{ site.gateway_operator_product_name }} be installed with Kustomize or any other tools?
47+
- q: Can {{ site.operator_product_name }} be installed with Kustomize or any other tools?
4848
a: Helm is the only officially supported installation method.
4949
- q: How to I customize which controllers I want to run?
5050
a: |
@@ -53,7 +53,7 @@ rows:
5353
- header:
5454
type: h2
5555
text: "Next Steps"
56-
sub_text: After installing KGO, use one of the following tutorials to get started.
56+
sub_text: After installing KO, use one of the following tutorials to get started.
5757
columns:
5858
- blocks:
5959
- type: card
@@ -71,12 +71,12 @@ rows:
7171
- type: card
7272
config:
7373
icon: /assets/icons/kubernetes.svg
74-
title: Deploy {{ site.kic_product_name }}
74+
title: Deploy `Gateway`
7575
description: |
76-
Deploy and manage {{ site.kic_product_name }} and {{ site.base_gateway }} automatically using Kubernetes
77-
Gateway API resources such as `Gateway` and `HTTPRoute`
76+
Deploy and manage `Gateway` and `HTTPRoute` resources automatically using Kubernetes
77+
Gateway API resources.
7878
cta:
79-
text: Deploy {{ site.kic_product_name }}
79+
text: Deploy `Gateway`
8080
url: /operator/dataplanes/get-started/kic/create-gateway/
8181

8282
- blocks:
@@ -86,7 +86,7 @@ rows:
8686
title: Configure {{ site.konnect_short_name }}
8787
description: |
8888
Configure your {{ site.konnect_short_name }} organization using CRDs. Create control planes and configure {{ site.base_gateway }}
89-
entities, or configure Dedicated Cloud Gateways deployments.
89+
entities, or configure Dedicated Cloud Gateways deployments.
9090
cta:
9191
text: Create and configure a Control Plane in {{ site.konnect_short_name }}
9292
url: /operator/konnect/crd/control-planes/hybrid/

app/operator/reference/dump-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.'
44
content_type: reference
55
layout: reference
66
permalink: /operator/control-planes/config-dump-server/

app/operator/support-policy.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
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"
44
content_type: reference
55
layout: reference
66
products:
@@ -10,19 +10,18 @@ breadcrumbs:
1010

1111
---
1212

13-
1413
Kong primarily follows [semantic versioning](https://semver.org/) (SemVer) for its products.
1514

1615
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.
1716

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.
1918

2019
{:.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.
2221
2322
{% support_policy operator %}
2423

25-
> *Table 1: Version Support for {{site.gateway_operator_product_name}}*
24+
> *Table 1: Version Support for {{site.operator_product_name}}*
2625
2726
{% include kong-support-policy.md %}
2827

0 commit comments

Comments
 (0)