Nick
Nick
Even with that, this does not work because the UI itself makes requests on `/ui` from the browser. we cannot differentiate 1 UI from another within the same cluster due...
I believe this is due to cacerts already existing within the cluster
unfortunately the deprecated warnings come directly from the Kubernetes API and is something we dont have a lot of control over. Even helm spits these warnings out. It also appears...
this is caused by not having the following in the VirtualMesh ``` federation: selectors: - { } ```
Yeah Istio can do this. Take a look at https://istio.io/latest/docs/tasks/observability/metrics/using-istio-dashboard/
@bigangryrobot were you able to get this working with istio? if so what did your config look like?
> @nmnellis I think it might be helpful if you could update the description to the task list format to track which has already been checked. updated, i think revision...
you are only returning one of the funcs at runtime, so itll always just be that one. here is the fix ```go func mycheck() h.Check { return func() error{ if...
ill leave it closed, i have a fix that will allow you to set the revision which should merge today
Are you using revisions? I recently added a --revision flag that fixes this error. https://github.com/istio/istio/pull/42435