Skip to content

Conversation

aravindhp
Copy link

Extend the NodeLogQuery feature to support oc adm node-logs options:

  • Default NodeLogQuery feature gate to true
  • Default EnableSystemLogQuery kubelet option to true
  • Add support for --since, --until, --case-sensitive, --output options

@bertinatto bertinatto force-pushed the rebase-1.27.0 branch 3 times, most recently from 343df78 to 4457233 Compare March 29, 2023 16:14
@bertinatto bertinatto force-pushed the rebase-1.27.0 branch 2 times, most recently from 99cea0c to 55ad533 Compare April 3, 2023 17:54
@bertinatto bertinatto force-pushed the rebase-1.27.0 branch 8 times, most recently from 0157362 to c7b3b08 Compare April 10, 2023 13:23
@bertinatto bertinatto force-pushed the rebase-1.27.0 branch 2 times, most recently from 6eb07bb to f07de82 Compare April 12, 2023 11:36
Extend the NodeLogQuery feature to support oc adm node-logs options:
- Default NodeLogQuery feature gate to true
- Add support for --since, --until, --case-sensitive, --output, options
@bertinatto bertinatto force-pushed the rebase-1.27.0 branch 2 times, most recently from 028c87f to 36386e3 Compare April 14, 2023 19:31
@bertinatto bertinatto force-pushed the rebase-1.27.0 branch 5 times, most recently from c5dc140 to da711bf Compare April 26, 2023 20:48
bertinatto pushed a commit that referenced this pull request Sep 18, 2025
The code path for handling non-JSON output from etcd was broken:
- It did not skip over already parsed JSON output.
- It got stuck in the wrong for loop and repeatedly tried
  parsing the same non-JSON output. This prevented test shutdown.

Not sure why yet, but in the branch with DRA v1 graduation the following error
started to show up for the first time (?!):

     2025/07/18 19:24:48 WARNING: [core] [Server #3]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants