You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2019. It is now read-only.
With istioctl my serviceentry object chokes on the wildcard.
Error: configuration is invalid: invalid host *
I used kubectl to create the serviceentry object with * and it's fine. So I guess that's how it's done?
Also, in general, is it possible to just allow all hosts and all ports? I wanted to add this to an existing k8s cluster but it will take some time to find all the possible external hosts and ports and add them into a serviceentry object. I rather open it up entirely and then start nailing it down, so I can at least do some performance testing with istio in place.
Thanks
The text was updated successfully, but these errors were encountered:
@vadimeisenbergibm - Thanks, yeah that works fine if I use kubetl, not istioctl.
How about allowing all ports? Or is the best option to add the envoy option to ignore a given subnet of IPs? That might work in my case, I just want my k8s cluster to have the ability to communicate with any EC2 instance in my VPC.
@stonefury hi, can the serviceentry with a host "*" work well?
Thanks for the reply @wansuiye. Honestly, I am no longer exploring this. So I can't confirm if that would work. It would be nice if someone could confirm that to either resolve or keep this open as a feature request.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
0.8.0
With istioctl my serviceentry object chokes on the wildcard.
Error: configuration is invalid: invalid host *
I used kubectl to create the serviceentry object with * and it's fine. So I guess that's how it's done?
Also, in general, is it possible to just allow all hosts and all ports? I wanted to add this to an existing k8s cluster but it will take some time to find all the possible external hosts and ports and add them into a serviceentry object. I rather open it up entirely and then start nailing it down, so I can at least do some performance testing with istio in place.
Thanks
The text was updated successfully, but these errors were encountered: