Skip to content

Commit c039a2a

Browse files
committed
remove another reference to egress to service
1 parent 36fa4b8 commit c039a2a

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-instrumentation/647-apiserver-tracing

1 file changed

+1
-1
lines changed

keps/sig-instrumentation/647-apiserver-tracing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The [OpenTelemetry Collector](https://github.com/open-telemetry/opentelemetry-co
132132

133133
### APIServer Configuration and EgressSelectors
134134

135-
The API Server controls where traffic is sent using an [EgressSelector](https://github.com/kubernetes/enhancements/blob/master/keps/sig-api-machinery/20190226-network-proxy.md), and has separate controls for `ControlPlane`, `Cluster`, and `Etcd` traffic. As described above, we would like to support either sending telemetry to a url using the `ControlPlane` egress, or a service using the `Cluster` egress. To accomplish this, we will introduce a flag, `--opentelemetry-config-file`, that will point to the file that defines the opentelemetry exporter configuration. That file will have the following format:
135+
The API Server controls where traffic is sent using an [EgressSelector](https://github.com/kubernetes/enhancements/blob/master/keps/sig-api-machinery/20190226-network-proxy.md), and has separate controls for `ControlPlane`, `Cluster`, and `Etcd` traffic. As described above, we would like to support sending telemetry to a url using the `ControlPlane` egress. To accomplish this, we will introduce a flag, `--opentelemetry-config-file`, that will point to the file that defines the opentelemetry exporter configuration. That file will have the following format:
136136

137137
```golang
138138
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

0 commit comments

Comments
 (0)