We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be030c8 + ebb0fb5 commit 5e2e080Copy full SHA for 5e2e080
README.md
@@ -43,7 +43,7 @@ kubectl trace run ip-180-12-0-152.ec2.internal -f read.bt
43
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
44
every time it is called.
45
46
-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
47
we get the return value out.
48
49
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
0 commit comments