Kubectl ko diagnose perf release 1.11 #2967
Merged
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.
What type of this PR
Examples of user facing changes:
Which issue(s) this PR fixes:
Fixes #(issue-number)
WHAT
🤖 Generated by Copilot at dcf885a
This pull request adds TCP and UDP connectivity checks between nodes and pods in the cluster as a new feature to improve network diagnostics and metrics. It introduces new flags and configuration fields to the
daemon
,pinger
, andutil
packages, and modifies thecniserver
andpinger
packages to start TCP and UDP listeners and perform the checks using theutil
package functions. It also updates thepinger
package functions to ping nodes and pods using TCP and UDP protocols.🤖 Generated by Copilot at dcf885a
HOW
🤖 Generated by Copilot at dcf885a
daemon
andpinger
packages (--enable-verbose-conn-check
,--tcp-conn-check-port
,--udp-conn-check-port
, link, link, link, link, link)cniserver
andpinger
packages (link, link)pingNodes
andpingPods
functions in thepinger
package (link, link)util
package (link)time
package to theutil
package to use its functions for setting timeouts and deadlines for the connectivity checks (link)