You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update docs and Makefile to use kubectl server side apply for NGF CRDs.
Problem: The NginxProxy CRD is getting too large for the normal client side kubectl apply to handle.
Solution: Update docs and Makefile to use kubectl server side apply for NGF CRDs.
Testing: Deployed NGF through manifests using server-side applied CRDs and manually ran through the policy examples and the cafe-example to make sure NGF still works.
Copy file name to clipboardExpand all lines: docs/developer/quickstart.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -201,7 +201,7 @@ This will build the docker images `nginx-gateway-fabric:<your-user>` and `nginx-
201
201
If the only change is the image repository and tag, you can update the `kustomization.yaml` file in `deploy/` with the desired values and deployment mainifest and run the following commands:
0 commit comments