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
Hi @tanjunchen, this would be a good feature to implement! Right now we default to using istiod as you've noted, but I could see this being implemented as an additional optional arg --istio-deployment added to the existing wasme deploy istio command.
I see you've found the relevant lines of code, would you be interested in creating a PR to add this enhancement? I
Describe the bug
A clear and concise description of what the bug is.
The istio cluster (including the revision field) deployed by istio-operator is not supported by wasm. By default, wasm.io reads the name of the deployment istiod, as seen in the code in https://github.com/solo-io/wasm/blob/master/tools/wasme/cli/pkg/deploy/istio/get_istio_version.go#L30 .
the yaml of deploy istio cluster is
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Provide support parameter revision for reading the deployment name of istiod.
Additional context
Add any other context about the problem here, e.g.
Istio 1.8.1
The text was updated successfully, but these errors were encountered: