Zoltán Zvara

Results 23 issues of Zoltán Zvara

### Describe the bug The `kustomize-controller` fails with `knative` 1.2.0 as follows: ``` {"level":"info","ts":"2022-03-15T08:31:00.204Z","logger":"controller-runtime.metrics","msg":"Metrics server is starting to listen","addr":":8080"} {"level":"info","ts":"2022-03-15T08:31:00.205Z","logger":"setup","msg":"starting manager"} {"level":"info","ts":"2022-03-15T08:31:00.206Z","msg":"Starting server","path":"/metrics","kind":"metrics","addr":"[::]:8080"} {"level":"info","ts":"2022-03-15T08:31:00.206Z","msg":"Starting server","kind":"health probe","addr":"[::]:9440"} I0315 08:31:00.307441 7 leaderelection.go:248]...

**Describe the bug** The Helm Operator can make the ephemeral disk full, due to `/root/.cache` directory not being GC'd. The documentation states that Helm Charts: `Are cached for the lifetime...

bug
blocked needs validation

Tried to update 7.6.0 to 7.13.0 by simply changing the image and reattaching the named volume to `/var/atlassian/jira`. Encountered the following error: `docker: Error response from daemon: OCI runtime create...

Dear Community and Owner, This piece of image has been a great asset to our tooling in recent months. We have been using it at least on 5 deployments. Easy...

I dare to omit package or runtime versions since I think it is irrelevant to this question. If not, then considerations should be noted on a version basis. I wondered...

### json4s version 3.5.0 ### scala version 2.11.8 ### jdk version 1.8.0 ```scala def findConstructor(c: ClassSymbol, argNames: List[String]): Option[MethodSymbol] = { val ms = c.children collect { case m: MethodSymbol...

### Describe the bug Title says its all. Here is the Pod definition: ``` apiVersion: v1 kind: Pod metadata: name: helm-controller-f56848c5-gsd44 generateName: helm-controller-f56848c5- namespace: flux-system uid: 5959073e-cf82-4d65-8925-9ece92fb366c resourceVersion: '408070363' creationTimestamp:...

Is it possible to serialize the `PicklerUnpickler` generated by `PicklerUnpickler.generate[T]`? A marco of `PicklerUnpickler` is not serializable by Java. Is this going to be supported, or even possible?

The following code: ``` import scala.pickling.{FastTypeTag, Pickler, Unpickler} import scala.pickling.binary._ import scala.pickling.Defaults._ class Serializer[T : Pickler : FastTypeTag] { def serialize(data: T): Array[Byte] = { Foo.bar(data) } } object Foo...

Using Windows 10 Home edition with OpenVPN GUI v10.11.0.0 & OpenVPN 2.4.6 The Kubernetes cluster is 4-node, all node with public IPs. The cluster is deployed with Kubespray, using `calico`....