Skip to content

Add upgrade instructions #1089

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 21, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove colon and warning
  • Loading branch information
Kate Osborn committed Sep 21, 2023
commit eeb8633dd487d02e14231adcdfe6f7693818d11c
8 changes: 1 addition & 7 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Create a Service with type `LoadBalancer` using the appropriate manifest for you
1. Upgrade the Gateway Resources

Before you upgrade, ensure the Gateway API resources are the correct version as supported by the
NGINX Gateway Fabric - [see the Technical Specifications](/README.md#technical-specifications).:
NGINX Gateway Fabric - [see the Technical Specifications](/README.md#technical-specifications).

To upgrade the Gateway resources from [the Gateway API repo](https://github.com/kubernetes-sigs/gateway-api), run:

Expand All @@ -145,12 +145,6 @@ Create a Service with type `LoadBalancer` using the appropriate manifest for you
kubectl apply -f deploy/manifests/crds
```

The following warning is expected and can be ignored:

```text
Warning: kubectl apply should be used on resource created by either kubectl create --save-config or kubectl apply.
```

1. Upgrade NGINX Gateway Fabric Deployment

Run the following command to upgrade NGINX Gateway Fabric:
Expand Down