Skip to content

Commit

Permalink
Merge pull request #24 from prometherion/patch-1
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
fntlnz authored Jan 5, 2019
2 parents be030c8 + ebb0fb5 commit 5e2e080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ kubectl trace run ip-180-12-0-152.ec2.internal -f read.bt
That pod has a Go program in it that is at `/caturday`, that program has a function called `main.counterValue` in it that returns an integer
every time it is called.

The purpose of this program is to load an `uretprobe` on the `/caturday` binary so that every time thhe `main.counterValue` function is called
The purpose of this program is to load an `uretprobe` on the `/caturday` binary so that every time the `main.counterValue` function is called
we get the return value out.

Since `kubectl trace` for pods is just an helper to resolve the context of a container's Pod, you will always be in the root namespaces
Expand Down

0 comments on commit 5e2e080

Please sign in to comment.