lsergio commented on issue #5179:
URL: https://github.com/apache/camel-k/issues/5179#issuecomment-1964206985
After further investigation into knative objects, I see the private endpoint
was not assigned IP addresses:
```
basic-00001
10.251.165.73:8012,10.251.165.73:8112 4m21s
basic-00001-private
4m21s
```
And describing the private one shows me:
```
Name: basic-00001-private
Namespace: a1b2c3d4e5
Labels: app=basic-00001
camel.apache.org/integration=basic
networking.internal.knative.dev/serverlessservice=basic-00001
networking.internal.knative.dev/serviceType=Private
serving.knative.dev/configuration=basic
serving.knative.dev/configurationGeneration=1
serving.knative.dev/configurationUID=4cbbd31b-a712-4e3f-a524-af181bf50662
serving.knative.dev/revision=basic-00001
serving.knative.dev/revisionUID=4156d7bc-7743-4ef9-a78c-6f4a57179372
serving.knative.dev/service=basic
serving.knative.dev/serviceUID=8ed0cca8-fe97-44c8-850e-c93e392acd49
Annotations: endpoints.kubernetes.io/last-change-trigger-time:
2024-02-26T13:49:25Z
Subsets:
Addresses: <none>
NotReadyAddresses: 10.251.159.135
Ports:
Name Port Protocol
---- ---- --------
http-usermetric 9091 TCP
http 8012 TCP
http-queueadm 8022 TCP
http-istio 8012 TCP
https 8112 TCP
http-autometric 9090 TCP
Events: <none>
```
The ip address is marked as NotReady. Looking into that...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]