Ozzy Osborne
Ozzy Osborne
I've noticed this happens after MapRoom sends its map (now the # of rooms has grown enough to make the map larger) .. have to reload page to clear it..
As a workaround for now, I edited my local `k8s-functions` to use the demo yaml deploy instead. ```kubectl apply -f install/kubernetes/istio-demo.yaml``` Which deploys istio to minikube without using helm.
On some investigation, it seems we may have lost the setting of `global.proxy.includeIPRanges' on istio. This might have an impact to this issue, investigating. `istioctl install --set values.global.proxy.includeIPRanges="10.0.0.1/24"` Where the...
PR is draft (all intended changes complete, testing in diff environments, if tests pass, will mark as ready)
Hmm.. multiple scenarios here.. I'd agree the current flag is unclear and would need careful interpretation. 1. User wants to override run image, extension wants to switch the run image....
From the tests I've run so far.. The ownership/permissions apply only to the mountpoint, not to the volume content. Eg, if an image has a directory `/mountpoint` owned by `usera:groupa`...
>>the run image may be a daemon only image, not even present in the repository it may be tagged for >I don't understand this part - how did the "wrong"...