Skip to content

Commit 73dcf50

Browse files
author
Alan Dooley
committed
feat: Update URL for experimental Plus deployment
1 parent 8d67453 commit 73dcf50

3 files changed

Lines changed: 15 additions & 9 deletions

File tree

‎content/includes/ngf/installation/manifests/api-resources-experimental.md‎

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,23 @@ If you have already installed Gateway API resources in your cluster, ensure they
1010
To install API resources from the experimental channel, use `kubectl kustomize`:
1111

1212
```shell
13-
kubectl kustomize "https://github.com/nginx/nginx-gateway-fabric/config/crd/gateway-api/experimental?ref=v{{< version-ngf >}}" | kubectl apply -f -
13+
kubectl kustomize "https://github.com/nginx/nginx-gateway-fabric/config/crd/gateway-api/experimental?ref=v{{< version-ngf >}}" | kubectl apply --server-side -f -
1414
```
1515

1616
{{< details summary="Example output" >}}
1717

1818
```text
19-
customresourcedefinition.apiextensions.k8s.io/gatewayclasses.gateway.networking.k8s.io created
20-
customresourcedefinition.apiextensions.k8s.io/gateways.gateway.networking.k8s.io created
21-
customresourcedefinition.apiextensions.k8s.io/grpcroutes.gateway.networking.k8s.io created
22-
customresourcedefinition.apiextensions.k8s.io/httproutes.gateway.networking.k8s.io created
23-
customresourcedefinition.apiextensions.k8s.io/referencegrants.gateway.networking.k8s.io created
19+
customresourcedefinition.apiextensions.k8s.io/backendtlspolicies.gateway.networking.k8s.io serverside-applied
20+
customresourcedefinition.apiextensions.k8s.io/gatewayclasses.gateway.networking.k8s.io serverside-applied
21+
customresourcedefinition.apiextensions.k8s.io/gateways.gateway.networking.k8s.io serverside-applied
22+
customresourcedefinition.apiextensions.k8s.io/grpcroutes.gateway.networking.k8s.io serverside-applied
23+
customresourcedefinition.apiextensions.k8s.io/httproutes.gateway.networking.k8s.io serverside-applied
24+
customresourcedefinition.apiextensions.k8s.io/referencegrants.gateway.networking.k8s.io serverside-applied
25+
customresourcedefinition.apiextensions.k8s.io/tcproutes.gateway.networking.k8s.io serverside-applied
26+
customresourcedefinition.apiextensions.k8s.io/tlsroutes.gateway.networking.k8s.io serverside-applied
27+
customresourcedefinition.apiextensions.k8s.io/udproutes.gateway.networking.k8s.io serverside-applied
28+
customresourcedefinition.apiextensions.k8s.io/xbackendtrafficpolicies.gateway.networking.x-k8s.io serverside-applied
29+
customresourcedefinition.apiextensions.k8s.io/xlistenersets.gateway.networking.x-k8s.io serverside-applied
2430
```
2531

2632
{{< /details >}}

‎content/ngf/install/manifests/open-source-experimental.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ namespace/nginx-gateway configured
9797
serviceaccount/nginx-gateway created
9898
serviceaccount/nginx-gateway-cert-generator created
9999
role.rbac.authorization.k8s.io/nginx-gateway-cert-generator created
100-
clusterrole.rbac.authorization.k8s.io/nginx-gateway created
100+
clusterrole.rbac.authorization.k8s.io/nginx-gateway configured
101101
rolebinding.rbac.authorization.k8s.io/nginx-gateway-cert-generator created
102-
clusterrolebinding.rbac.authorization.k8s.io/nginx-gateway created
102+
clusterrolebinding.rbac.authorization.k8s.io/nginx-gateway configured
103103
service/nginx-gateway created
104104
deployment.apps/nginx-gateway created
105105
job.batch/nginx-gateway-cert-generator created

‎content/ngf/install/manifests/plus-experimental.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ By default, NGINX Gateway Fabric is installed in the **nginx-gateway** namespace
100100
If you want to deploy it in another namespace, you must modify the Manifest files.
101101

102102
```shell
103-
kubectl apply -f https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/v{{< version-ngf >}}/deploy/nginx-plus-experimental/deploy.yaml
103+
kubectl apply -f https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/v{{< version-ngf >}}/deploy/experimental-nginx-plus/deploy.yaml
104104
```
105105

106106
{{< details summary="Example output" >}}

0 commit comments

Comments
 (0)