Piotr Joński
Piotr Joński
hi @frzifus i just saw your question. basically it restart the pod in our k8s system - looks like jaeger-operator just die in that case. its not a big deal,...
@frzifus sorry for late response, at the time being we used: ``` version: 2.32.2 appVersion: 1.34.1 ``` but the issue also occured with latest: ``` version: 2.35.0 appVersion: 1.37.0 ```...
I faced the same. The last working version is `1.30`
> * Postgres 10+. @michelmilezzi hi. You said postgres 10+, why? I can see jsonb is also in Postgres 9.6 -- which I am using (cannot upgrade). I wanted to...
I tried that on my local 9.6 (hstore works) and it throws exception: ``` Error inserting mock data: SQL Error [42883]: Batch entry 0 INSERT INTO ... VALUES ... was...
I made it working by removing `- excluded_cols;` from all the places as I don't need this feature. After testing it turned out that JSONB (at least in 9.6) is...
hi guys, any update? i think i got similar issue. One of my features that uses feign client stopped working, it turned out that security classes are deprecated and there...
I have the same issue, files ~400-900mb ```$ kubectl version Client Version: version.Info{Major:"1", Minor:"12", GitVersion:"v1.12.2", GitCommit:"17c77c7898218073f14c8d573582e8d2313dc740", GitTreeState:"clean", BuildDate:"2018-10-24T06:54:59Z", GoVersion:"go1.10.4", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.3", GitCommit:"2bba0127d85d5a46ab4b778548be28623b32d0b0", GitTreeState:"clean", BuildDate:"2018-05-21T09:05:37Z", GoVersion:"go1.9.3",...
mhm... i see. It makes sense from the http point of view, but completely does not make sense if you apply RESTful rules on HTTP... 🤔 Just wondering, can we...
https://github.com/dmnemec/copy_file_to_another_repo_action/pull/28