Skip to content
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

Remove steps no longer needed #2324

Merged
merged 1 commit into from
Aug 1, 2024
Merged
Changes from all commits
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
14 changes: 1 addition & 13 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,19 +159,7 @@ make install-ngf-local-no-build
Or, to install NGF with NGINX Plus enabled:

```makefile
make install-ngf-no-build-with-plus
```

> Note: If choosing this option, the following step _must_ be completed manually _before_ you build the image:

```makefile
make update-ngf-manifest PREFIX=<ngf_repo_name> TAG=<ngf_image_tag>
```

Or, if you are building the NGINX Plus image:

```makefile
make update-ngf-manifest-with-plus PREFIX=<ngf_repo_name> TAG=<ngf_image_tag>
make install-ngf-local-no-build-with-plus
```

#### Option 3 - Install NGINX Gateway Fabric from edge to configured kind cluster
Expand Down
Loading