Mitch Connors
Mitch Connors
For grpc, I was planning on using the node grpc client, rather than a cordova plugin. I think that would mean it is accessible from all target platforms, since it's...
Thanks for clarifying. I will see about the grpc-web stuff...
I was wondering if you might provide input regarding an alternative design. I chose to use grpc for this service because it can represent binary data in an extremely compact...
@pociej it's stalled unfortunately. I just never found the time...
I was able to work around this and https://github.com/kubernetes/client-go/issues/1184 with a Deployment reactor. A smarter man than myself might combine this with a restmapper and scheme to work for any...
We have multiple types of multicluster architectures. Which modes does this command support? Is there a supported mode where config is spread across multiple clusters, which would make analysis useful?
See https://github.com/kubernetes/client-go/issues/1184 for a workaround.
I have updated this PR to only merge from dynamic to typed, rather than in both directions. bi-directional merge caused a deadlocking issue that would be difficult to solve without...
After chatting with @mike-weiner and @AndreaM12345 on slack, it seems this only occurs when istio is installed with helm, rather than istioctl. So I compared the output from `istioctl manifest...
Digging a bit further: my installation uses [manifests/charts/istio-control/istio-discovery/ambient-values.yaml](manifests/charts/istio-control/istio-discovery/ambient-values.yaml) for values, which omits the prometheus provider. Alternatively, the ambient profile file includes it at [manifests/profiles/ambient.yaml](manifests/profiles/ambient.yaml). Are these files intended to be...