tom055 opened a new issue, #692:
URL: https://github.com/apache/dubbo-kubernetes/issues/692

   ```
   apiVersion: service.dubbo.apache.org/v1alpha1
   kind: VirtualService
   metadata:
     name: k8s-provider-vs
     namespace: dubbo-app
   spec:
     hosts:
       - k8s-provider.dubbo-app.svc.cluster.local
     http:
       - route:
         - destination:
             host: k8s-provider
             subset: v1
           weight: 1
         - destination:
             host: k8s-provider
             subset: v2
           weight: 99
   ```
   
   dubbo-service-version.yaml": no matches for kind "VirtualService" in version 
"service.dubbo.apache.org/v1alpha1"


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to