Karl Stoney
Karl Stoney
Sorry, I should have documented, yes at the moment it is totally hardcoded to `testyomesh`! It isn't in any of the manifests as the helm convention is to let that...
I do not see this on: ``` Versions: - Node: v10.15.3 - NPM: 6.9.0 - Yarn: 1.15.2 - Base: 26 ```
Yeah we just hit this too: ``` #9 [stage-1 2/4] COPY --chown=atcloud:atcloud .npmrc package.json /usr/local/autotrader/app/ #9 sha256:be4cfa891678f62a7c246fdab682b5253f37aeb2b9b4b0c0640aa38d3fff47c2 #9 ERROR: mount already exists with name ------ > [build 2/6] COPY --chown=atcloud:atcloud...
Hey, So I just wanted to add my latest finding here, following a k8s upgrade. The logs are below, but long story short, the latest resource is `44924022`, however if...
Does anyone know if `resourceVersion` is unique to the `kind`, eg a `v1/secret`, or is it incrementing across *all* objects?
reading https://github.com/kubernetes/kubernetes/issues/55230 it looks like you can specify a `timeoutSeconds` on the watch api call?
Does anyone know if the resourceVersion ever rolls back over. At the moment quite a bit of my de-dupe code is basically `resourceVersion > lastStoredResourceVersion`? If that value didn't just...
Crosslinking: https://github.com/istio/istio/issues/3059 as I also have this problem
To this date, this is still a problem :)
I'm going to try and recreate it with a sample app tomorrow, not sure how - but i'll give it a bash. Thinking i can write something that just tcp...