Skip to content

Commit 14ea97c

Browse files
committed
small change from rebase
1 parent caff2fe commit 14ea97c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

staging/src/k8s.io/apiserver/pkg/server/options/opentelemetry.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ func (o *OpenTelemetryOptions) Apply(es *egressselector.EgressSelector) error {
7979

8080
if es != nil {
8181
// Only use the egressselector dialer if egressselector is enabled.
82-
// URL is on the "Master" network
83-
egressDialer, err := es.Lookup(egressselector.Master.AsNetworkContext())
82+
// URL is on the "ControlPlane" network
83+
egressDialer, err := es.Lookup(egressselector.ControlPlane.AsNetworkContext())
8484
if err != nil {
8585
return err
8686
}

0 commit comments

Comments
 (0)