Skip to content
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

feat(debug): pprof debug version added to kubearmor #1495

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

PrimalPimmy
Copy link
Member

@PrimalPimmy PrimalPimmy commented Nov 5, 2023

Purpose of PR?:

Adds a PPROF debug version of Kubearmor to the dockerhub so that we can use that in various things like performance testing, without having to manually add it.

Fixes #1059 and rebased version of #1091

Does this PR introduce a breaking change?

no.

If the changes in this PR are manually verified, list down the scenarios covered::

Additional information for reviewer? :
Mention if this PR is part of any design or a continuation of previous PRs

Checklist:

  • Bug fix. Fixes #
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • PR Title follows the convention of <type>(<scope>): <subject>
  • Commit has unit tests
  • Commit has integration tests

@PrimalPimmy PrimalPimmy force-pushed the pporf branch 2 times, most recently from 50c4f2e to 5fd3798 Compare November 14, 2023 17:14
@daemon1024
Copy link
Member

Can we rebase the PR. Thanks.

Copy link
Member

@daemon1024 daemon1024 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor nit, Rest LGTM 🚀

daemon1024
daemon1024 previously approved these changes Feb 12, 2024
@daemon1024
Copy link
Member

Please rebase again :D

@PrimalPimmy PrimalPimmy marked this pull request as draft February 21, 2024 09:56
@daemon1024 daemon1024 force-pushed the pporf branch 2 times, most recently from e57e69f to a7ffc2f Compare June 26, 2024 09:47
@daemon1024 daemon1024 marked this pull request as ready for review June 26, 2024 09:47
@@ -24,17 +24,19 @@ type KubearmorConfig struct {
TLSEnabled bool // enable tls
TLSCertPath string // tls certification path
TLSCertProvider string // tls certficate provider
PPROF string // pprof Port to use
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PprofPort

Co-authored-by: PrimalPimmy <[email protected]>
Signed-off-by: PrimalPimmy <[email protected]>
Signed-off-by: daemon1024 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Publish a debug image with reach stable/latest release.
3 participants