jikunchong edited a comment on issue #750:
URL: 
https://github.com/apache/apisix-ingress-controller/issues/750#issuecomment-976628526


   不知道最终改了什么,apisix gateway 上没有注入 istio-proxy,现在却可以通过 bookinfo-ingress 
配置的路由地址访问到 productpage 
页面了(http://api.domain.local/productpage/)。bookinfo-ingress 配置:
   ```
   kind: Ingress
   apiVersion: networking.k8s.io/v1
   metadata:
     name: bookinfo-ingress
     namespace: try-apps
     annotations:
       k8s.apisix.apache.org/rewrite-target-regex: /bookinfo/(.*)
       k8s.apisix.apache.org/rewrite-target-regex-template: /$1
       kubesphere.io/alias-name: apisix
       kubesphere.io/creator: admin
       kubesphere.io/description: ''
   spec:
     ingressClassName: apisix
     rules:
       - host: api.domain.local
         http:
           paths:
             - path: /bookinfo/
               pathType: Prefix
               backend:
                 service:
                   name: productpage
                   port:
                     number: 9080
   ```
   但自动和手动的注入功能还是均没有成功。如果哪位成功了,麻烦留个言,先谢了。
   很奇怪的是 kubeshere 向导生成的 bookinfo 示例都注入成功了的,但我自己部署的 httpbin 却没有注入 istio-proxy。


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