Piotr Minkina
Piotr Minkina
I think `kill` command with optional `-s` parameter (to specify signal type) will be helpful for the following case: Example `Procfile`: ``` confd: exec confd -backend etcd -watch -config-file myconfig.toml...
### Module Core ### Testcontainers version 1.17.3 ### Using the latest Testcontainers version? Yes ### Host OS Linux ### Host Arch x86_64 ### Docker version ```shell Client: Docker Engine -...
Hello, First of all, thank you for the plugin. It gets the job done! Currently there is no way to delete named volumes. This is implemented by the `docker-compose down...
Hello, Consider the following k8s manifests, please: ```yaml --- apiVersion: source.toolkit.fluxcd.io/v1beta2 kind: HelmRepository metadata: name: stefanprodan namespace: default spec: interval: 15m type: oci url: oci://ghcr.io/stefanprodan/charts --- apiVersion: helm.toolkit.fluxcd.io/v2beta2 kind: HelmRelease...
**Expected behavior (what you expected to happen)**: The configuration is validated correctly. The default values for the fields in the object defined as `patternProperties` should be in the file pointed...
Hello, I would like to use Helm Controller in an enterprise environment without open internet access. All Docker images used on the Kubernetes cluster come from our internal image registry...
### Describe the problem The `Get-WGInstalled` function returns a `WARNING: Failed to convert to YAML` message when the `Raspberry Pi Imager` package is listed. Full error message below. ``` WARNING:...
**Environment** Linux **Describe the solution you'd like** In my large video library, with a lot of duplicates, I have found a fair number of duplicate videos of inferior quality thanks...
Hello, Array of selectors is not properly converted to string. See for example: https://github.com/metalmatze/slo-libsonnet/blob/ba86443083e937760dbbc72d2e7ac626b202e2b4/examples/http-request-latency.jsonnet#L6 https://github.com/metalmatze/slo-libsonnet/blob/ba86443083e937760dbbc72d2e7ac626b202e2b4/examples/http-request-latency.yaml#L23 result should be as below: ```yaml histogram_quantile(0.99, sum(prometheus_http_request_duration_seconds_bucket{namespace="default", job="fooapp"}) by (le)) ``` Regards Piotr Minkina
Hello, With the `Registry` resource, you cannot configure the same registry key for different users, at the same time, with the same configuration. Take a look at the following example....