-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add manual Graceful recovery results for 1.3.0 (#2102)
- Loading branch information
Showing
2 changed files
with
74 additions
and
91 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# Results for v1.3.0 | ||
|
||
<!-- TOC --> | ||
- [Results for v1.3.0](#results-for-v130) | ||
- [Summary](#summary) | ||
- [Versions](#versions) | ||
- [Tests](#tests) | ||
- [Restart Node with draining](#restart-node-with-draining) | ||
- [Restart Node without draining](#restart-node-without-draining) | ||
- [Future Improvements](#future-improvements) | ||
<!-- TOC --> | ||
|
||
|
||
## Summary | ||
|
||
- No new issues since 1.1. | ||
- Known issue https://github.com/nginxinc/nginx-gateway-fabric/issues/1108 still exists. | ||
|
||
## Versions | ||
|
||
NGF version: | ||
|
||
|
||
```text | ||
"version":"edge" | ||
"commit":"c5f8dbe112ca1be261f73b9f5b4925cda3d5860a" | ||
"date":"2024-06-06T04:07:01Z" | ||
``` | ||
|
||
with NGINX: | ||
|
||
```text | ||
nginx/1.27.0 | ||
built by gcc 13.2.1 20231014 (Alpine 13.2.1_git20231014) | ||
OS: Linux 6.6.26-linuxkit | ||
``` | ||
|
||
Kubernetes: | ||
|
||
```text | ||
v1.30.0 | ||
``` | ||
|
||
## Tests | ||
|
||
### Restart Node with draining | ||
|
||
No errors. | ||
|
||
### Restart Node without draining | ||
|
||
Same issue as 1.1 where NGF is unable to recover: https://github.com/nginxinc/nginx-gateway-fabric/issues/1108 | ||
|
||
## Future Improvements | ||
|
||
- None |