We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be030c8 commit ebb0fb5Copy full SHA for ebb0fb5
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