Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port forward not created for service configured in KubernetesLocalProcessConfig #639

Open
step42 opened this issue Jun 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@step42
Copy link

step42 commented Jun 27, 2024

Describe the bug
On some systems the Port Forward id created and the traffic is forwarded to the service in the cluster. In other systems the http request to the service is returned with 400 but also traffic is not forwarded to the service in the cluster. Even on the systems that do not work as expected, some Port Forwards are created but not all. (See logs below)

Mention the platform you are using
Windows 10, Visual Studio 2022, Kubernetes

To Reproduce
We have not found a way to reproduce that or identify the cause why it is working on some systems but not on others
Systems where data is forwarded and where is is not working are using same configuration of the bridge, same visual studion version and same version of the bridge. The cluster and pod is the same as well.

This is the section from the bridge config file:

Please run the port forward script

  • name: Redis__FullHostName
    value: 127.0.0.1:6379
  • name: Redis__AdditionaParams
    value: abortConnect=false,connectTimeout=60000,syncTimeout=60000
  • name: Databases__PrimaryDB__BasicConnection__Host
    value: localhost
  • name: Kafka__BootstrapServers
    value: 127.0.0.1:9092
  • name: OTEL_SERVICE_HOST
    value: $(services:opentelemetry-collector.infra)

Services needed by this service

  • name: MYAPP2_SERVICE_HOST4
    value: $(services:authentication.ix)
  • name: CONFIG_AUTH_SERVICE
    value: $(services:configuration-auth.ix)
  • name: MYAPP2_SERVICE_AUDIT
    value: $(services:audit.ix)
  • name: FHIR_PROXY_SERVICE
    value: $(services:ix-fhir-api-proxy.ix)

Expected behavior
All services that are defined in the KubernetesLocalProcessConfig.yaml file have a Port Forward created and traffic is sent to the cluster and the service

Screenshots
If applicable, add screenshots to help explain your problem.

Logs:

We can see in the agents log file when it works that the port forward is created:

2024-06-27T11:04:39.6850562Z | RemoteAgent | TRACE | AgentHub Send for 5000, id 1 280 bytes\nOperation context: {"clientRequestId":"937af5fe-03c6-4972-8f70-50eb9f68a0c4","correlationId":"876774a6-c76b-4910-a9bf-832f4242094d:3bc625d1f55a:2c49f76e53ec","requestId":null,"userSubscriptionId":null,"startTime":"2024-06-27T11:04:06.1043871+00:00","userAgent":"RemoteAgent/1.0.0.0","requestHttpMethod":null,"requestUri":null,"version":"1.0.0.0","requestHeaders":{},"loggingProperties":{"ApplicationName":"RemoteAgent","DeviceOperatingSystem":"Linux 5.14.21-150400.24.116-default #1 SMP PREEMPT_DYNAMIC Fri Apr 12 12:56:11 UTC 2024 (900d642)","Framework":".NET 7.0.19","ProcessId":1,"TargetEnvironment":"Production"}}
2024-06-27T11:04:39.6862582Z | RemoteAgent | TRACE | Send 280 via 1
2024-06-27T11:04:39.7928671Z | RemoteAgent | TRACE | AgentHub Send for 5000, id 1 8713 bytes\nOperation context: {"clientRequestId":"937af5fe-03c6-4972-8f70-50eb9f68a0c4","correlationId":"876774a6-c76b-4910-a9bf-832f4242094d:3bc625d1f55a:2c49f76e53ec","requestId":null,"userSubscriptionId":null,"startTime":"2024-06-27T11:04:06.1043871+00:00","userAgent":"RemoteAgent/1.0.0.0","requestHttpMethod":null,"requestUri":null,"version":"1.0.0.0","requestHeaders":{},"loggingProperties":{"ApplicationName":"RemoteAgent","DeviceOperatingSystem":"Linux 5.14.21-150400.24.116-default #1 SMP PREEMPT_DYNAMIC Fri Apr 12 12:56:11 UTC 2024 (900d642)","Framework":".NET 7.0.19","ProcessId":1,"TargetEnvironment":"Production"}}
2024-06-27T11:04:39.7931818Z | RemoteAgent | TRACE | Send 8713 via 1
2024-06-27T11:04:44.7203380Z | RemoteAgent | TRACE | RunServicePortForward: connector created for opentelemetry-collector.infra:4317.\nOperation context: {"clientRequestId":"937af5fe-03c6-4972-8f70-50eb9f68a0c4","correlationId":"876774a6-c76b-4910-a9bf-832f4242094d:3bc625d1f55a:2c49f76e53ec","requestId":null,"userSubscriptionId":null,"startTime":"2024-06-27T11:04:06.1043871+00:00","userAgent":"RemoteAgent/1.0.0.0","requestHttpMethod":null,"requestUri":null,"version":"1.0.0.0","requestHeaders":{},"loggingProperties":{"ApplicationName":"RemoteAgent","DeviceOperatingSystem":"Linux 5.14.21-150400.24.116-default #1 SMP PREEMPT_DYNAMIC Fri Apr 12 12:56:11 UTC 2024 (900d642)","Framework":".NET 7.0.19","ProcessId":1,"TargetEnvironment":"Production"}}
2024-06-27T11:04:44.7288120Z | RemoteAgent | TRACE | ServicePortForward connected for opentelemetry-collector.infra:4317, id 2
2024-06-27T11:04:44.7291471Z | RemoteAgent | TRACE | PortForwardConnector.HookupStreamData ReadAsync 2 returns 15 bytes.
2024-06-27T11:04:44.7302827Z | RemoteAgent | TRACE | ServicePortForward received 15 bytes from opentelemetry-collector.infra:4317, id 2.
2024-06-27T11:04:44.7814442Z | RemoteAgent | TRACE | ServicePortForward send 1073 bytes to stream 2\nOperation context: {"clientRequestId":"937af5fe-03c6-4972-8f70-50eb9f68a0c4","correlationId":"876774a6-c76b-4910-a9bf-832f4242094d:3bc625d1f55a:2c49f76e53ec","requestId":null,"userSubscriptionId":null,"startTime":"2024-06-27T11:04:06.1043871+00:00","userAgent":"RemoteAgent/1.0.0.0","requestHttpMethod":null,"requestUri":null,"version":"1.0.0.0","requestHeaders":{},"loggingProperties":{"ApplicationName":"RemoteAgent","DeviceOperatingSystem":"Linux 5.14.21-150400.24.116-default #1 SMP PREEMPT_DYNAMIC Fri Apr 12 12:56:11 UTC 2024 (900d642)","Framework":".NET 7.0.19","ProcessId":1,"TargetEnvironment":"Production"}}
2024-06-27T11:04:44.7827025Z | RemoteAgent | TRACE | Send 1073 via 2
2024-06-27T11:04:44.7839230Z | RemoteAgent | TRACE | PortForwardConnector.HookupStreamData ReadAsync 2 returns 39 bytes.
2024-06-27T11:04:44.7841765Z | RemoteAgent | TRACE | ServicePortForward received 39 bytes from opentelemetry-collector.infra:4317, id 2.
2024-06-27T11:04:44.7843140Z | RemoteAgent | TRACE | PortForwardConnector.HookupStreamData ReadAsync 2 returns 72 bytes.
2024-06-27T11:04:44.7843912Z | RemoteAgent | TRACE | ServicePortForward received 72 bytes from opentelemetry-collector.infra:4317, id 2.
2024-06-27T11:04:44.8687653Z | RemoteAgent | TRACE | ServicePortForward send 9 bytes to stream 2\nOperation context: {"clientRequestId":"937af5fe-03c6-4972-8f70-50eb9f68a0c4","correlationId":"876774a6-c76b-4910-a9bf-832f4242094d:3bc625d1f55a:2c49f76e53ec","requestId":null,"userSubscriptionId":null,"startTime":"2024-06-27T11:04:06.1043871+00:00","userAgent":"RemoteAgent/1.0.0.0","requestHttpMethod":null,"requestUri":null,"version":"1.0.0.0","requestHeaders":{},"loggingProperties":{"ApplicationName":"RemoteAgent","DeviceOperatingSystem":"Linux 5.14.21-150400.24.116-default #1 SMP PREEMPT_DYNAMIC Fri Apr 12 12:56:11 UTC 2024 (900d642)","Framework":".NET 7.0.19","ProcessId":1,"TargetEnvironment":"Production"}}
2024-06-27T11:04:44.8692473Z | RemoteAgent | TRACE | Send 9 via 2
2024-06-27T11:04:44.9174166Z | RemoteAgent | TRACE | ServicePortForward send 34 bytes to stream 2\nOperation context: {"clientRequestId":"937af5fe-03c6-4972-8f70-50eb9f68a0c4","correlationId":"876774a6-c76b-4910-a9bf-832f4242094d:3bc625d1f55a:2c49f76e53ec","requestId":null,"userSubscriptionId":null,"startTime":"2024-06-27T11:04:06.1043871+00:00","userAgent":"RemoteAgent/1.0.0.0","requestHttpMethod":null,"requestUri":null,"version":"1.0.0.0","requestHeaders":{},"loggingProperties":{"ApplicationName":"RemoteAgent","DeviceOperatingSystem":"Linux 5.14.21-150400.24.116-default #1 SMP PREEMPT_DYNAMIC Fri Apr 12 12:56:11 UTC 2024 (900d642)","Framework":".NET 7.0.19","ProcessId":1,"TargetEnvironment":"Production"}}
2024-06-27T11:04:44.9177937Z | RemoteAgent | TRACE | Send 34 via 2
2024-06-27T11:04:44.9190540Z | RemoteAgent | TRACE | PortForwardConnector.HookupStreamData ReadAsync 2 returns 17 bytes.
2024-06-27T11:04:44.9193864Z | RemoteAgent | TRACE | ServicePortForward received 17 bytes from opentelemetry-collector.infra:4317, id 2.
2024-06-27T11:05:20.7132900Z | RemoteAgent | TRACE | RunServicePortForward: connector created for authentication:80.\nOperation context: {"clientRequestId":"937af5fe-03c6-4972-8f70-50eb9f68a0c4","correlationId":"876774a6-c76b-4910-a9bf-832f4242094d:3bc625d1f55a:2c49f76e53ec","requestId":null,"userSubscriptionId":null,"startTime":"2024-06-27T11:04:06.1043871+00:00","userAgent":"RemoteAgent/1.0.0.0","requestHttpMethod":null,"requestUri":null,"version":"1.0.0.0","requestHeaders":{},"loggingProperties":{"ApplicationName":"RemoteAgent","DeviceOperatingSystem":"Linux 5.14.21-150400.24.116-default #1 SMP PREEMPT_DYNAMIC Fri Apr 12 12:56:11 UTC 2024 (900d642)","Framework":".NET 7.0.19","ProcessId":1,"TargetEnvironment":"Production"}}
2024-06-27T11:05:20.7156853Z | RemoteAgent | TRACE | ServicePortForward connected for authentication:80, id 3
2024-06-27T11:05:20.7737204Z | RemoteAgent | TRACE | RunServicePortForward: connector created for authentication:80.\nOperation context: {"clientRequestId":"937af5fe-03c6-4972-8f70-50eb9f68a0c4","correlationId":"876774a6-c76b-4910-a9bf-832f4242094d:3bc625d1f55a:2c49f76e53ec","requestId":null,"userSubscriptionId":null,"startTime":"2024-06-27T11:04:06.1043871+00:00","userAgent":"RemoteAgent/1.0.0.0","requestHttpMethod":null,"requestUri":null,"version":"1.0.0.0","requestHeaders":{},"loggingProperties":{"ApplicationName":"RemoteAgent","DeviceOperatingSystem":"Linux 5.14.21-150400.24.116-default #1 SMP PREEMPT_DYNAMIC Fri Apr 12 12:56:11 UTC 2024 (900d642)","Framework":".NET 7.0.19","ProcessId":1,"TargetEnvironment":"Production"}}
2024-06-27T11:05:20.7755174Z | RemoteAgent | TRACE | ServicePortForward send 1155 bytes to stream 3\nOperation context: {"clientRequestId":"937af5fe-03c6-4972-8f70-50eb9f68a0c4","correlationId":"876774a6-c76b-4910-a9bf-832f4242094d:3bc625d1f55a:2c49f76e53ec","requestId":null,"userSubscriptionId":null,"startTime":"2024-06-27T11:04:06.1043871+00:00","userAgent":"RemoteAgent/1.0.0.0","requestHttpMethod":null,"requestUri":null,"version":"1.0.0.0","requestHeaders":{},"loggingProperties":{"ApplicationName":"RemoteAgent","DeviceOperatingSystem":"Linux 5.14.21-150400.24.116-default #1 SMP PREEMPT_DYNAMIC Fri Apr 12 12:56:11 UTC 2024 (900d642)","Framework":".NET 7.0.19","ProcessId":1,"TargetEnvironment":"Production"}}
2024-06-27T11:05:20.7756691Z | RemoteAgent | TRACE | Send 1155 via 3
2024-06-27T11:05:20.7760161Z | RemoteAgent | TRACE | ServicePortForward connected for authentication:80, id 4
2024-06-27T11:05:20.7960463Z | RemoteAgent | TRACE | PortForwardConnector.HookupStreamData ReadAsync 3 returns 1784 bytes.

We can see that some port forwards are created but not for all services in the case where data is not forwarded

2024-06-27T11:09:49.5722254Z | RemoteAgent | TRACE | AgentHub Send for 5000, id 2 5 bytes\nOperation context: {"clientRequestId":"4d33762f-a7f0-4ca9-8082-4f5ad578fb2c","correlationId":"458ab16a-f1c6-4118-8787-b27f8bb2cf48:91ec83633b14:1ea241b63ef8","requestId":null,"userSubscriptionId":null,"startTime":"2024-06-27T11:09:36.1039968+00:00","userAgent":"RemoteAgent/1.0.0.0","requestHttpMethod":null,"requestUri":null,"version":"1.0.0.0","requestHeaders":{},"loggingProperties":{"ApplicationName":"RemoteAgent","DeviceOperatingSystem":"Linux 5.14.21-150400.24.116-default #1 SMP PREEMPT_DYNAMIC Fri Apr 12 12:56:11 UTC 2024 (900d642)","Framework":".NET 7.0.19","ProcessId":1,"TargetEnvironment":"Production"}}
2024-06-27T11:09:49.5724705Z | RemoteAgent | TRACE | Send 5 via 2
2024-06-27T11:09:52.9173766Z | RemoteAgent | TRACE | RunServicePortForward: connector created for opentelemetry-collector.infra:4317.\nOperation context: {"clientRequestId":"4d33762f-a7f0-4ca9-8082-4f5ad578fb2c","correlationId":"458ab16a-f1c6-4118-8787-b27f8bb2cf48:91ec83633b14:1ea241b63ef8","requestId":null,"userSubscriptionId":null,"startTime":"2024-06-27T11:09:36.1039968+00:00","userAgent":"RemoteAgent/1.0.0.0","requestHttpMethod":null,"requestUri":null,"version":"1.0.0.0","requestHeaders":{},"loggingProperties":{"ApplicationName":"RemoteAgent","DeviceOperatingSystem":"Linux 5.14.21-150400.24.116-default #1 SMP PREEMPT_DYNAMIC Fri Apr 12 12:56:11 UTC 2024 (900d642)","Framework":".NET 7.0.19","ProcessId":1,"TargetEnvironment":"Production"}}
2024-06-27T11:09:52.9284735Z | RemoteAgent | TRACE | ServicePortForward connected for opentelemetry-collector.infra:4317, id 3
2024-06-27T11:09:52.9295078Z | RemoteAgent | TRACE | PortForwardConnector.HookupStreamData ReadAsync 3 returns 15 bytes.
2024-06-27T11:09:52.9307639Z | RemoteAgent | TRACE | ServicePortForward received 15 bytes from opentelemetry-collector.infra:4317, id 3.
2024-06-27T11:09:53.0977682Z | RemoteAgent | TRACE | ServicePortForward send 1952 bytes to stream 3\nOperation context: {"clientRequestId":"4d33762f-a7f0-4ca9-8082-4f5ad578fb2c","correlationId":"458ab16a-f1c6-4118-8787-b27f8bb2cf48:91ec83633b14:1ea241b63ef8","requestId":null,"userSubscriptionId":null,"startTime":"2024-06-27T11:09:36.1039968+00:00","userAgent":"RemoteAgent/1.0.0.0","requestHttpMethod":null,"requestUri":null,"version":"1.0.0.0","requestHeaders":{},"loggingProperties":{"ApplicationName":"RemoteAgent","DeviceOperatingSystem":"Linux 5.14.21-150400.24.116-default #1 SMP PREEMPT_DYNAMIC Fri Apr 12 12:56:11 UTC 2024 (900d642)","Framework":".NET 7.0.19","ProcessId":1,"TargetEnvironment":"Production"}}
2024-06-27T11:09:53.0993353Z | RemoteAgent | TRACE | Send 1952 via 3

Log from the endpoint manager from a system where it was not working

2024-06-27T10:41:01.1857045Z | EndpointManager | TRACE | Client connected to Endpoint manager
2024-06-27T10:41:01.1859659Z | EndpointManager | TRACE | 40 bytes were sent.
2024-06-27T10:41:01.1892324Z | EndpointManager | TRACE | Received request segment: '{"argument":{"endpoints":[{"dnsName":"opentelemetry-collector.infra","localIP":null,"ports":[{"localPort":4317,"remotePort":4317,"protocol":"tcp","name":"otlp"},{"localPort":4318,"remotePort":4318,"protocol":"tcp","name":"otlp-http"}],"isExternalEndpoint":false,"isInWorkloadNamespace":false},{"dnsName":"audit","localIP":null,"ports":[{"localPort":80,"remotePort":80,"protocol":"tcp","name":"http"}],"isExternalEndpoint":false,"isInWorkloadNamespace":true},{"dnsName":"authentication","localIP":null,"ports":[{"localPort":80,"remotePort":80,"protocol":"tcp","name":"http"}],"isExternalEndpoint":false,"isInWorkloadNamespace":true},{"dnsName":"<>","localIP":null,"ports":[{"localPort":80,"remotePort":80,"protocol":"tcp","name":"http"}],"isExternalEndpoint":false,"isInWorkloadNamespace":true},{"dnsName":"patientmanagement","localIP":null,"ports":[{"localPort":80,"remotePort":80,"protocol":"tcp","name":"http"}],"isExternalEndpoint":false,"isInWorkloadNamespace":true}]},"apiName":"AllocateIP","correlationId":"8bb713bf-fec5-46a4-834c-07abca657a7a:eb53115306c6:d68ffd842a21:5fd00f7a89c8"}' of size 1116
2024-06-27T10:41:01.1991433Z | EndpointManager | TRACE | Allocating IP...\nOperation context: {"clientRequestId":null,"correlationId":"8bb713bf-fec5-46a4-834c-07abca657a7a:eb53115306c6:d68ffd842a21:5fd00f7a89c8:8391a6d19ec2","requestId":null,"userSubscriptionId":null,"startTime":"2024-06-27T10:40:15.0341045+00:00","userAgent":"EndpointManager/1.0.20240122.2","requestHttpMethod":null,"requestUri":null,"version":"1.0.20240122.2","requestHeaders":{},"loggingProperties":{"ApplicationName":"EndpointManager","DeviceOperatingSystem":"Microsoft Windows 10.0.19045","Framework":".NET 7.0.15","MacAddressHash":"90aa7a72eb0c558b87aad956f87290a3974c08562760aea0eb9134c4084bdfa3","ProcessId":6236,"TargetEnvironment":"Production"}}
2024-06-27T10:41:01.2003303Z | EndpointManager | TRACE | Allocated IP 127.1.1.1
2024-06-27T10:41:01.2004206Z | EndpointManager | TRACE | Allocating IP...
2024-06-27T10:41:01.2006388Z | EndpointManager | TRACE | Allocated IP 127.1.1.2
2024-06-27T10:41:01.2007604Z | EndpointManager | TRACE | Allocating IP...
2024-06-27T10:41:01.2009268Z | EndpointManager | TRACE | Allocated IP 127.1.1.3
2024-06-27T10:41:01.2010892Z | EndpointManager | TRACE | Allocating IP...
2024-06-27T10:41:01.2012540Z | EndpointManager | TRACE | Allocated IP 127.1.1.4
2024-06-27T10:41:01.2014183Z | EndpointManager | TRACE | Allocating IP...
2024-06-27T10:41:01.2015864Z | EndpointManager | TRACE | Allocated IP 127.1.1.5
2024-06-27T10:41:01.2026027Z | EndpointManager | TRACE | Event: IP-AllocateIP {"properties":{"Result":"Succeeded"},"metrics":{"DurationInMs":3}}
2024-06-27T10:41:01.2041072Z | EndpointManager | TRACE | Sending response: '{"value":[{"dnsName":"opentelemetry-collector.infra","localIP":"127.1.1.1","ports":[{"localPort":4317,"remotePort":4317,"protocol":"tcp","name":"otlp"},{"localPort":4318,"remotePort":4318,"protocol":"tcp","name":"otlp-http"}],"isExternalEndpoint":false,"isInWorkloadNamespace":false},{"dnsName":"audit","localIP":"127.1.1.2","ports":[{"localPort":80,"remotePort":80,"protocol":"tcp","name":"http"}],"isExternalEndpoint":false,"isInWorkloadNamespace":true},{"dnsName":"authentication","localIP":"127.1.1.3","ports":[{"localPort":80,"remotePort":80,"protocol":"tcp","name":"http"}],"isExternalEndpoint":false,"isInWorkloadNamespace":true},{"dnsName":"<>","localIP":"127.1.1.4","ports":[{"localPort":80,"remotePort":80,"protocol":"tcp","name":"http"}],"isExternalEndpoint":false,"isInWorkloadNamespace":true},{"dnsName":"patientmanagement","localIP":"127.1.1.5","ports":[{"localPort":80,"remotePort":80,"protocol":"tcp","name":"http"}],"isExternalEndpoint":false,"isInWorkloadNamespace":true}],"isSuccess":true,"errorMessage":"","errorType":""}'
2024-06-27T10:41:01.2049209Z | EndpointManager | TRACE | 1067 bytes were sent.
2024-06-27T10:41:01.7861356Z | EndpointManager | TRACE | Client connected to Endpoint manager
2024-06-27T10:41:01.7863231Z | EndpointManager | TRACE | 40 bytes were sent.
2024-06-27T10:41:01.7868753Z | EndpointManager | TRACE | Received request segment: '{"apiName":"Version","correlationId":"8bb713bf-fec5-46a4-834c-07abca657a7a:eb53115306c6:d68ffd842a21:5fd00f7a89c8"}' of size 120
2024-06-27T10:41:01.7869671Z | EndpointManager | TRACE | Registering client ping\nOperation context: {"clientRequestId":null,"correlationId":"8bb713bf-fec5-46a4-834c-07abca657a7a:eb53115306c6:d68ffd842a21:5fd00f7a89c8:165a70e11ebc","requestId":null,"userSubscriptionId":null,"startTime":"2024-06-27T10:40:15.0341045+00:00","userAgent":"EndpointManager/1.0.20240122.2","requestHttpMethod":null,"requestUri":null,"version":"1.0.20240122.2","requestHeaders":{},"loggingProperties":{"ApplicationName":"EndpointManager","DeviceOperatingSystem":"Microsoft Windows 10.0.19045","Framework":".NET 7.0.15","MacAddressHash":"90aa7a72eb0c558b87aad956f87290a3974c08562760aea0eb9134c4084bdfa3","ProcessId":6236,"TargetEnvironment":"Production"}}
2024-06-27T10:41:01.7873249Z | EndpointManager | TRACE | Refreshing internal timer
2024-06-27T10:41:01.7873913Z | EndpointManager | TRACE | Sending response: '{"value":"1.0.20240122.2","isSuccess":true,"errorMessage":null,"errorType":null}'
2024-06-27T10:41:01.7875868Z | EndpointManager | TRACE | 85 bytes were sent.
2024-06-27T10:41:02.3589095Z | EndpointManager | TRACE | Client connected to Endpoint manager
2024-06-27T10:41:02.3591686Z | EndpointManager | TRACE | 40 bytes were sent.
2024-06-27T10:41:02.3614052Z | EndpointManager | TRACE | Received request segment: '{"argument":{"workloadNamespace":"ab","entries":[{"names":["opentelemetry-collector.infra","opentelemetry-collector.infra.svc","opentelemetry-collector.infra.svc.cluster.local"],"ip":"127.1.1.1"},{"names":[<>],"ip":"127.1.1.2"},{"names":["authentication","authentication.ab","authentication.ab.svc","authentication.ab.svc.cluster.local"],"ip":"127.1.1.3"},{"names":["<>"],"ip":"127.1.1.4"},{"names":[">"],"ip":"127.1.1.5"}]},"apiName":"AddHostsFileEntry","correlationId":"8bb713bf-fec5-46a4-834c-07abca657a7a:eb53115306c6:d68ffd842a21:5fd00f7a89c8"}' of size 845
2024-06-27T10:41:02.3652358Z | EndpointManager | TRACE | Adding 5 entries to hosts file...\nOperation context: {"clientRequestId":null,"correlationId":"8bb713bf-fec5-46a4-834c-07abca657a7a:eb53115306c6:d68ffd842a21:5fd00f7a89c8:ec9c991f0015","requestId":null,"userSubscriptionId":null,"startTime":"2024-06-27T10:40:15.0341045+00:00","userAgent":"EndpointManager/1.0.20240122.2","requestHttpMethod":null,"requestUri":null,"version":"1.0.20240122.2","requestHeaders":{},"loggingProperties":{"ApplicationName":"EndpointManager","DeviceOperatingSystem":"Microsoft Windows 10.0.19045","Framework":".NET 7.0.15","MacAddressHash":"90aa7a72eb0c558b87aad956f87290a3974c08562760aea0eb9134c4084bdfa3","ProcessId":6236,"TargetEnvironment":"Production"}}
2024-06-27T10:41:02.3654564Z | EndpointManager | TRACE | Reading hosts file content
2024-06-27T10:41:02.3661468Z | EndpointManager | TRACE | Getting Bridge To Kubernetes hosts file entries
2024-06-27T10:41:02.3662702Z | EndpointManager | TRACE | Found 0 Bridge To Kubernetes entries in the hosts file
2024-06-27T10:41:02.3667469Z | EndpointManager | TRACE | Filtering for distinct host entries
2024-06-27T10:41:02.3672922Z | EndpointManager | TRACE | Generating updated hosts file content with 5 Bridge To Kubernetes entries
2024-06-27T10:41:02.3675528Z | EndpointManager | TRACE | Writing hosts file content
2024-06-27T10:41:02.3692983Z | EndpointManager | TRACE | Updated 5 entries in the hosts file.
2024-06-27T10:41:02.3694131Z | EndpointManager | TRACE | Event: EndpointManager-AddHostsFileEntries {"properties":{"Result":"Succeeded"},"metrics":{"DurationInMs":4}}
2024-06-27T10:41:02.3696828Z | EndpointManager | TRACE | Sending response: '{"isSuccess":true,"errorMessage":"","errorType":""}'
2024-06-27T10:41:02.3699513Z | EndpointManager | TRACE | 56 bytes were sent.
2024-06-27T10:41:32.9339229Z | EndpointManager | TRACE | Client connected to Endpoint manager
2024-06-27T10:41:32.9344246Z | EndpointManager | TRACE | 40 bytes were sent.
2024-06-27T10:41:32.9354079Z | EndpointManager | TRACE | Received request segment: '{"apiName":"Ping","correlationId":"8bb713bf-fec5-46a4-834c-07abca657a7a:eb53115306c6:d68ffd842a21:5fd00f7a89c8"}' of size 117
2024-06-27T10:41:32.9366832Z | EndpointManager | TRACE | Registering client ping\nOperation context: {"clientRequestId":null,"correlationId":"8bb713bf-fec5-46a4-834c-07abca657a7a:eb53115306c6:d68ffd842a21:5fd00f7a89c8:771d1d740820","requestId":null,"userSubscriptionId":null,"startTime":"2024-06-27T10:40:15.0341045+00:00","userAgent":"EndpointManager/1.0.20240122.2","requestHttpMethod":null,"requestUri":null,"version":"1.0.20240122.2","requestHeaders":{},"loggingProperties":{"ApplicationName":"EndpointManager","DeviceOperatingSystem":"Microsoft Windows 10.0.19045","Framework":".NET 7.0.15","MacAddressHash":"90aa7a72eb0c558b87aad956f87290a3974c08562760aea0eb9134c4084bdfa3","ProcessId":6236,"TargetEnvironment":"Production"}}

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Please let us know what to change so that on all systems for all services defined in the KubernetesLocalProcessConfig.yaml file the data is forwarded to the service in the cluster.

@step42 step42 added the bug Something isn't working label Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant