Kamil Gregorczyk

Results 14 issues of Kamil Gregorczyk

Hi, some time ago I reported new issue in the iris repo but it got closed and my comment was deleted:/ then I found this repo and I think it...

When doing: ``` helm upgrade --install -f loki.yaml loki grafana/loki-stack --namespace prometheus ``` with `loki.yaml` ``` loki: enabled: true persistance: enabled: true storageClassName: longhorn size: 20Gi limits: cpu: 1000m memory:...

https://github.com/lloesche/valheim-server-docker/discussions/414 I've been trying to restore server from backup. I delete all /worlds files and place those from backup (.db and .fwl) and the world gets overriden with empty one....

question

**Version:** k3s version v1.0.0 (18bd921c) **Describe the bug** I have a cluster that consists of 1 master and 3 workers, after I unplugged 3 workers none of running pods were...

after installing drone runners by ``` helm upgrade drone-runner drone/drone-runner-kube --install --create-namespace --namespace drone --values runner.yaml ``` with values: ``` replicaCount: 2 env: DRONE_RPC_SECRET: aaaa DRONE_NAMESPACE_DEFAULT: drone ``` I'm getting...

bug

Please add some tutorial/documentation on how a KTable can be transformed to ReadOnlyKeyValueStrore and how values can be retrieved (form the same node and from other ones)

Hello, I'm passing such values: ``` worldName: "ZadupieNowe3" serverName: "NieliszCycowNiemce" password: "secret" storage: kind: "persistentVolumeClaim" pvc: storageClassName: "longhorn" size: 5Gi serverStorage: kind: "persistentVolumeClaim" pvc: storageClassName: "longhorn" size: 5Gi ``` and...

Hello, I've been using eats-streaming on arm64 based cluster and recently I moved to Jetstream, I found that: ✅ NATS supports arm64 without any problems * nats-config-reloader * nats-box *...

### Description of the problem / feature request: I'm getting `ImmutableEnumChecker` errors on such enum: ``` public enum SomeEnum { SOME_VALUE(List.of(TYPE_1, TYPE_2)) public final List types; SomeEnum(List types) { this.types...