Marius Shekow

Results 42 comments of Marius Shekow

Do you have any plans on when to implement these features (as well as the related ones created on July 25)? The typing annotations support since 1.77 is better, but...

@FabianKramm I cannot explain what the cause is. I can install the following manifest just fine into the host cluster (into my limited namespace), but installing it into the vcluster...

Hmm, I do have another sample application deployed to that namespace using an `Ingress`, which starts like this, and it works fine: ``` apiVersion: networking.k8s.io/v1 kind: Ingress metadata: ... ```...

First of all, I had to deactivate the liveness probe of the vcluster's `StatefulSet` as otherwise the containers would have been killed constantly (and the readiness probe returns a `403`...

Thanks for your response, and the hints for using an external database. I ran the [dbench](https://github.com/leeliu/dbench) benchmark, getting the following results: ``` ================== = Dbench Summary = ================== Random Read/Write...

I haven't used relational databases extensively in that particular cluster yet. I tried a Postgresql setup, using the guide of the vcluster manual. I used the bitnami Postgres Helm chart,...

> is the vcluster reachable then? Yes, it seems to work fine. > Regarding the ingresses we will update this soon anyways as in k8s v1.22 the ingress v1beta1 version...

Considering the postgres client issue (`pq: sorry, too many clients already`): in [this PR](https://github.com/k3s-io/kine/pull/37) there is apparently a fix where you can call `k3s server` with an argument such as...

Kaniko seems to suffer from esoteric problems in this regard. A slightly different `Dockerfile` fails miserably, demonstrating that `touch` or `chmod` does not lead to new layers being created. `Dockerfile`...

I apologize for being condescending. If I would know how to improve the docs, I had done so. But I have not even got a basic example to work, and...