-
Notifications
You must be signed in to change notification settings - Fork 82
NGF: Upgrade NGF from 1.x to 2.x #564
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
base: ngf-feature-cp-dp-split
Are you sure you want to change the base?
Conversation
c9bc7ef
to
201fb04
Compare
7147105
to
527d8d9
Compare
@@ -0,0 +1,96 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm thinking this doc should be top level of our docs for now. It probably won't be a permanent doc, though users are slow to upgrade, so it'll be around for awhile. But I want it to be obvious for users. @ADubhlaoich what do you think?
|
||
With this release, NGINX Gateway Fabric adopts a new architecture that separates the control plane and data plane into independent deployments. This separation improves scalability, security, and operational clarity. | ||
|
||
The control plane is a Kubernetes controller built with `controller-runtime`. It watches Gateway API and Kubernetes resources (e.g., Services, Endpoints, Secrets) and dynamically provisions NGINX data plane deployments for each Gateway. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This context isn't necessary for this doc.
6a8f7be
to
482e8c2
Compare
16ee0c1
to
13be7da
Compare
✅ Deploy Preview will be available once build job completes!
|
c4fec32
to
7ab7aed
Compare
Co-authored-by: Saylor Berman <s.berman@f5.com>
7ab7aed
to
93f159b
Compare
Proposed changes
Write a clear and concise description that helps reviewers understand the purpose and impact of your changes. Use the
following format:
Problem: Users need documentation to upgrade from NGF v1.6.x to v2.0.x
Solution: Adds an upgrade document with instructions to upgrade
Testing: Describe any testing that you did.
Please focus on (optional): If you any specific areas where you would like reviewers to focus their attention or provide
specific feedback, add them here.
If this PR addresses an issue on GitHub, ensure that you link to it here:
Closes #ISSUE
nginx/nginx-gateway-fabric#3241
Checklist
Before merging a pull request, run through this checklist and mark each as complete.
README.md
andCHANGELOG.md
Footnotes
Potentially sensitive changes include anything involving code, personally identify information (PII), live URLs or significant amounts of new or revised documentation. Please refer to our style guide for guidance about placeholder content. ↩