Guest User

Untitled

a guest
Nov 19th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. apiVersion: config.istio.io/v1alpha2
  2. kind: EgressRule
  3. metadata:
  4. name: googleapis
  5. namespace: default
  6. spec:
  7. destination:
  8. service: "*.googleapis.com"
  9. ports:
  10. - port: 443
  11. protocol: https
  12.  
  13. error: unable to recognize "egress.yaml": no matches for kind "EgressRule" in version "config.istio.io/v1alpha2"
  14.  
  15. $ istioctl version
  16. Version: 1.0.3
  17. GitRevision: a44d4c8bcb427db16ca4a439adfbd8d9361b8ed3
  18. User: root@0ead81bba27d
  19. Hub: docker.io/istio
  20. GolangVersion: go1.10.4
  21. BuildStatus: Clean
Add Comment
Please, Sign In to add comment