Aleksandr Seleznev
Aleksandr Seleznev
Hello! Looks like Go resolver uses `/etc/nsswitch.conf`, but busybox base image doesn't include them: ``` # docker run -ti --rm --env NGINX_STATUS="http://localhost/status/format/json" --entrypoint=sh sophos/nginx-vts-exporter / # cat /etc/nsswitch.conf cat: can't...
**What version of descheduler are you using?** descheduler version: 0.24.1 **Does this issue reproduce with the latest release?** Yes. **Which descheduler CLI options are you using?** ``` - --policy-config-file -...
**Describe the bug** Looks like `parted -l` triggers udev rules that rename topolvm devices (`/dev/topolvm/c168dad9-978b-40e4-a45b-b77e141bff7a` -> `/dev/mapper/topolvm-c168dad9--978b--40e4--a45b--b77e141bff7a`). This is not an issue on the host system, but inside topolvm-node container...
### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? When you set `envoy.prometheus.enabled=true` both Pods (from `cilium-envoy` DaemonSet) and Service...
Block `scheduler_hints` and all their parameters are declared as optional by [documentation](https://registry.terraform.io/providers/sbercloud-terraform/sbercloud/latest/docs/resources/compute_instance#scheduler_hints) but any of the following variants causes panic in [`resourceComputeSchedulerHintsHash()`](https://github.com/sbercloud-terraform/terraform-provider-sbercloud/blob/v1.10.0/sbercloud/resource_sbercloud_compute_instance.go#L1473-L1490): * ```hcl scheduler_hints {} ``` * ```hcl scheduler_hints...