Skip to content

Commit 4b58684

Browse files
Fix(KGO): Duplicate text and missing namespace text (#2970)
* duplicate conent, and missing namespace * Update app/_includes/k8s/kong-namespace.md Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com> --------- Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
1 parent 04be098 commit 4b58684

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

app/_how-tos/operator-get-started-kic-create-gateway.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ spec:
7171
```
7272

7373
{:data-deployment-topology='on-prem'}
74+
75+
{% include k8s/kong-namespace.md %}
76+
7477
## GatewayConfiguration
7578

7679
```yaml

app/_how-tos/operator-get-started-kic-install.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,12 @@ tldr:
4040
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v{{ gwapi_version }}/standard-install.yaml
4141
```
4242

43+
{% include k8s/kong-namespace.md %}
44+
4345
## Install {{ site.gateway_operator_product_name }}
4446

4547
{% include prereqs/products/operator.md raw=true v_maj=1 %}
4648

47-
{% include k8s/cert-manager.md %}
4849

4950
## Wait for {{ site.gateway_operator_product_name }} to be ready
5051

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Create the `kong` namespace
2+
3+
Create the `kong` namespace in your Kubernetes cluster, which is where the demo will run:
4+
5+
```sh
6+
kubectl create namespace kong
7+
```

0 commit comments

Comments
 (0)