Open
Conversation
denis-ryzhkov
suggested changes
Mar 19, 2026
| 7. Using Gateway API instead of deprecated Nginx Ingress | ||
|
|
||
| Both `ingress` and `gateway` are **disabled** by default in the `kof-mothership` chart. | ||
| For regional clusters, `ingress-nginx` is **enabled** by default in `kof-regional`. |
Contributor
There was a problem hiding this comment.
The "option 1" was selected to "make full switch by default to gateway API".
However this docs PR follows the "option 2" which keeps ingress-nginx enabled by default.
I guess we should update both KOF code and docs to follow the option 1:
- KOF should switch here.
- No new steps should be added to
kof-installas the greenfield deployments will get envoy gateway by default. - New step should be added to
kof-upgradefixing the consequences of this instant switch. Please try to suggest these docs, and I could create a script from them. Or I could start doing both in few days.
| enabled: true | ||
| ``` | ||
| Nginx Ingress will be removed and Envory Gateway be created instead. That might cause a downtime while DNS is propagated from Nginx Ingress to Gateway IP address. If the downtime is not available, consider to deploy a new regional cluster with Gateway API and follow the [migration to a new cluster](kof-upgrade.md#data-migration-to-a-new-regional-cluster) |
Contributor
There was a problem hiding this comment.
- "downtime is not available" should be "downtime is not acceptable"
- "consider deploying" is better:
Suggested change
| Nginx Ingress will be removed and Envory Gateway be created instead. That might cause a downtime while DNS is propagated from Nginx Ingress to Gateway IP address. If the downtime is not available, consider to deploy a new regional cluster with Gateway API and follow the [migration to a new cluster](kof-upgrade.md#data-migration-to-a-new-regional-cluster) | |
| Nginx Ingress will be removed and Envory Gateway be created instead. That might cause a downtime while DNS is propagated from Nginx Ingress to Gateway IP address. If the downtime is not acceptable, consider deploying a new regional cluster with Gateway API and following the [migration to a new cluster](kof-upgrade.md#data-migration-to-a-new-regional-cluster) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes k0rdent/kof#864