Artem Hluvchynskyi
Artem Hluvchynskyi
When decrypted content is injected into the message not all characters are displaying properly. ASCII chars are fine, but others (Ukrainian Cyrillic in my case) are corrupted. When decrypted manually...
Tried installing the plugin on latest N1. This fails with an error message: `Running apm install failed to install package dependencies.` The console shows this: ``` Failed to activate package...
If persistence isn't enabled then any change to the `DistributedRedisCluster` resource (e.g. image or resource allocation update) causes the Redis cluster to loose all the data. It appears that the...
There's a wide variety of ways this group of charts can be installed: - [ ] Tyk Pro - [ ] Tyk Hybrid - [ ] Everything mentioned with gateways...
In order to introduce proper versioning/archiving and to be able to install a chart remotely we'll need a chart repository, which can be as simple as GH Pages/S3 bucket or...
Affinity rules present more expressive and flexible way to select nodes for pod scheduling, compared to `nodeSelector`. This is useful in more heterogeneous environments. The charts should allow configuring both...
Add [horizontal pod autoscaling](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) spec for the gateway deployments (when `Deployment` kind is used). Should be optional as this depends on licensing and environment (needs a metrics-server). Scaling policies must...
**Is your feature request related to a problem? Please describe.** With many volumes having recurring snapshotting and backups configured the number of `Succeeded` pods remaining after the corresponding `CronJob`s have...
I've been tracing resource usage with my benchmarks and noticed that couch-chakra processes are using about 35G of virtual memory (with only ≈55M RSS): ``` # Time UID PID %usr...
Although [Ai-Thinker ESP32-CAM](http://www.ai-thinker.com/pro_view-24.html) module and the clones _can_ work with the generic `esp32` environment, there are some specifics different from the `esp32doit-devkit-v1` board configuration used in it. With this change...