Skip to content

Commit 156fb60

Browse files
committed
remove kubectl section
1 parent c9289ad commit 156fb60

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

keps/sig-instrumentation/0034-distributed-tracing-kep.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ status: implementable
3232
- [Non-Goals](#non-goals)
3333
- [Proposal](#proposal)
3434
- [Tracing API Requests](#tracing-api-requests)
35-
- [Kubectl integration](#kubectl-integration)
3635
- [Vendor OpenTelemetry and the OT Exporter](#vendor-opentelemetry-and-the-ot-exporter)
3736
- [Controlling use of the OpenTelemetry library](#controlling-use-of-the-opentelemetry-library)
3837
- [Graduation requirements](#graduation-requirements)
@@ -79,10 +78,6 @@ We will wrap the API Server's http server and http clients with [othttp](https:/
7978

8079
Note that some clients of the API Server, such as webhooks, may make reentrant calls to the API Server. To gain the full benefit of tracing, such clients should propagate context with requests back to the API Server.
8180

82-
### Kubectl integration
83-
84-
Fundamentally, a trace is a graph showing the fulfilment of user intent. To make tracing in kubernetes useful, we need to ensure users have the ability to declare their intent for their request to be traced. Add a new `--trace` argument to `kubectl`, which generates a new trace context, sets the trace context to be sampled, and uses the context when sending requests to the API Server. The option is false by default.
85-
8681
### Vendor OpenTelemetry and the OT Exporter
8782

8883
This KEP proposes the use of the [OpenTelemetry tracing framework](https://opentelemetry.io/) to create and export spans to configured backends.

0 commit comments

Comments
 (0)