monlor opened a new issue, #1887:
URL: https://github.com/apache/apisix-ingress-controller/issues/1887

   ### Current Behavior
   
   I followed the steps outlined in the document 
[https://apisix.apache.org/en/docs/ingress-controller/tutorials/external-service/]
 to apply an ApisixUpstream containing an external service to my cluster. 
However, after applying it to the cluster, I noticed that the spec object is 
empty.
   <img width="1096" alt="image" 
src="https://github.com/apache/apisix/assets/20394007/233e2140-c09f-4354-bdef-ce58c71d838c";>
   
   
   ### Expected Behavior
   
   _No response_
   
   ### Error Logs
   
   _No response_
   
   ### Steps to Reproduce
   
   ```
   k apply -f - <<-EOF
   # httpbin-upstream.yaml
   apiVersion: apisix.apache.org/v2
   kind: ApisixUpstream
   metadata:
     name: httpbin-upstream
   spec:
     externalNodes:
     - type: Domain
       name: httpbin.org
   EOF
   ```
   
   ### Environment
   
   Deployment via apisix helm chart v2.0.0
   - APISIX version: v3.3.0
   - Operating system: docker v3.3.0-debain
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl 
http://127.0.0.1:9090/v1/server_info`):
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`):
   


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