Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: yahoo/kubectl-flame

Tags

v0.2.5

Toggle v0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: add containerd support by reading from containerd run path as fa…

…llback if necessary (#77)

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Pin rbspy version (#71)

Co-authored-by: Eden Federman <[email protected]>

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: use CPU as default event (#65)

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Ruby support (#50)

* Add --imagePullSecret flag to support agent images in private registries

* Add Ruby support

Co-authored-by: Ashley Lowde <[email protected]>

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: add event arg and validate pgrep (#45)

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: volumes mount for python job (#42)

v0.1.9

Toggle v0.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix pgrep flag for Golang profiling (#35)

v0.1.8

Toggle v0.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Feature] Specify resource requests and limits on profiling container (

…#34)

Users can specify container resource and limits with the following flags:
`cpu.requests`, `cpu.limits`, `mem.requests`, `mem.limits`. All these
flags are optional.

In order to allow graceful modification of the Job spec, a new type is
added: `JobDetails`, which can be used to pass configuration options
from the CLI to the Job spec. Right now only the `Resources` field of the
Job API is targeted, but this can be extended in the future.

In order to keep the list of function arguments small, a new container
type `FlameConfig` is introduced which holds `TargetDetails`, `JobDetails`
and CLI options. All functions are passed a pointer to this config.

Also extends error handling, adds comments and tests.

v0.1.7

Toggle v0.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix Python Docker image (#32)

v0.1.6

Toggle v0.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Python Support (#31)

* Add Python Support

* Update docs