mc-round2 commented on issue #10475:
URL: https://github.com/apache/apisix/issues/10475#issuecomment-1812779560

   So, in the end I found the issue thanks to:
   
https://github.com/apache/apisix-ingress-controller/issues/1905#issuecomment-1655056447
   
   The only thing missing was the scheme:
   ```
   apiVersion: apisix.apache.org/v2
   kind: ApisixUpstream
   metadata:
     name: test-upstream
   spec:
     scheme: https
     externalNodes:
     - type: Domain
       name: api.test.tt
    ``` 
    Maybe it would be a good idea for APISIX to mention something regarding 
this in its own documentation.


-- 
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]

Reply via email to