-
Notifications
You must be signed in to change notification settings - Fork 127
Add test results for zero downtime scaling #1733
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
bb6f78b
add tests for zero downtime scaling with 10 nodes
salonichf5 f68ff8e
add tests results for downtime scaline for 25 nodes
salonichf5 15912ed
fix gke-cluster script
salonichf5 46e8d52
fix file names
salonichf5 5139047
fix 10 node result for gradual scaling
salonichf5 d504e5d
update with ngf log errors
salonichf5 2b6a161
add error occurence
salonichf5 c78e5c3
Update tests/zero-downtime-scaling/results/1.2.0/1.2.0.md
salonichf5 5873b61
Update tests/zero-downtime-scaling/results/1.2.0/1.2.0.md
salonichf5 439bb10
add logs
salonichf5 4d4f8ed
reword error details
salonichf5 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add logs
- Loading branch information
commit 439bb10550b357655807358bc2a692a72eb3964c
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -565,6 +565,28 @@ HTTPS Graph | |
Logs | ||
|
||
- NGF error logs - 25 | ||
|
||
All or most error were related to failure collecting telemetry . The below error occurred 25 times. | ||
|
||
```text | ||
{"error":"failed to collect cluster information: failed to get NodeList: Get "https://10.119.32.1:443/api/v1/nodes?timeout=10s": context canceled", "level":"error", "logger":"telemetryJob", "msg":"Failed to collect telemetry data", "stacktrace":"github.com/nginxinc/nginx-gateway-fabric/internal/mode/static.createTelemetryJob.CreateTelemetryJobWorker.func4 | ||
/home/runner/work/nginx-gateway-fabric/nginx-gateway-fabric/internal/mode/static/telemetry/job_worker.go:29 | ||
k8s.io/apimachinery/pkg/util/wait.JitterUntilWithContext.func1 | ||
pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:259 | ||
k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1 | ||
pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:226 | ||
k8s.io/apimachinery/pkg/util/wait.BackoffUntil | ||
pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:227 | ||
k8s.io/apimachinery/pkg/util/wait.JitterUntil | ||
pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:204 | ||
k8s.io/apimachinery/pkg/util/wait.JitterUntilWithContext | ||
pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:259 | ||
github.com/nginxinc/nginx-gateway-fabric/internal/framework/runnables.(*CronJob).Start | ||
/home/runner/work/nginx-gateway-fabric/nginx-gateway-fabric/internal/framework/runnables/cronjob.go:53 | ||
sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile.func1 | ||
pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:223", "ts":"2024-03-20T16:56:30Z"} | ||
``` | ||
|
||
- NGINX error/warn logs - none | ||
- NGINX Access Logs: | ||
- 246K 200s | ||
|
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.
Uh oh!
There was an error while loading. Please reload this page.