Max Makarov
Max Makarov
Hello. Currently, all the pods in `piraeus-datastore` namespace have the same `app.kubernetes.io/name=piraeus-datastore` label, which is not ideal. For example, it's [used](https://github.com/cilium/hubble-ui/blob/master/src/domain/labels.ts#L207) in Hubble UI as an identity for traffic flows.
Hello. I've just deployed the worker and got this error on the worker web page. ``` MainLayout.83e9ef39.js:1 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'name') at MainLayout.83e9ef39.js:1:28550...
Hello. I use the `cloud-native-pg` chart to deploy the CNPG operator, and all my `Cluster`, `ScheduledBackup`, and `Pooler` resources are managed by the Flux CD repository (GitOps), so I don't...
Hello. I've upgraded the DragonflyDB image version on my cluster, and all Node.js clients (`ioredis`) started getting `ReplyError: ERR Error running script (call to a1de965f42e177aa339706bd580f049065eca79a): @user_script:2: -READONLY You can't write...
Hello. I've deployed the dragonfly-operator Helm chart with the following values: ```yaml serviceMonitor: enabled: true ``` But my `VMAgent` can't scrape metrics: ``` unexpected status code returned when scraping "http://10.244.2.242:8443/metrics":...
Hello. I've deployed the dragonfly-operator Helm chart with the following values: ```yaml serviceMonitor: enabled: true grafanaDashboard: enabled: true ``` But getting this error:
Hello. I can't deploy `Dragonfly` CR since my Kubernetes cluster has a `restricted` Pod Security profile. ``` create Pod dragonfly-0 in StatefulSet dragonfly failed error: pods "dragonfly-0" is forbidden: violates...
After a couple of changes in `TunnelBinding`, the cloudflared deployment started to restarting endlessly. ``` 2024-10-29T11:02:48Z INFO Selected protocol {"controller": "tunnelbinding", "controllerGroup": "networking.cfargotunnel.com", "controllerKind": "TunnelBinding", "TunnelBinding": {"name":"prerender","namespace":"fastcup"}, "namespace": "fastcup", "name":...
I have kernel panic almost every day on Talos Linux v1.8.2 (Linux 6.6.58). Talos is deployed on bare metal nodes (Dell R6615) with NVMe SSD. For the network, I use...