barzog
barzog
With AWX>=18.0.0 they moved to kubernetes setup. And running zabbix collection involves creating custom execution image. Full steps for building (on Ubuntu 20.04.03 LTS): • apt install python3-venv • mkdir...
В моем случае проблема была в ключе -static (ибо libev Была собрана без этого ключа). После этого собралось. Так же пришлось добавить в GCC ключ -Wno-unused-result иначе выдывало ошибку на...
> I have the same error. Have you got any solutions Yes. I've deployed other pgAdmin4 version through helm: _helm repo add runix https://helm.runix.net/ helm repo update_ Created _pgadmin4_values.yaml_: ```...
It seems that in 39.12.1 its already fixed: kubectl -n kube-prometheus describe servicemonitors.monitoring.coreos.com kube-prometheus-stack-kube-state-metrics Selector: Match Labels: app.kubernetes.io/instance: kube-prometheus-stack app.kubernetes.io/name: kube-state-metrics
Also hit this. Also mentioned here: https://github.com/influxdata/telegraf/issues/10240 Would be sufficient to provide dump only with incorrect responses?
Is it possible to modify `print("Created {} with content:\n{}\n".format(target, rendered))` to be printed only when envvar is set (i.e. if ENV_TEMPLATE_DEBUG is set - print what was created)? In current...
Experiencing same problem. But in my case operator is installed using argo-cd, so updating CRDs using helm will broke argo-cd managed installation. Tried to replace operatorconfiguration crd with skip schema...
> @jensjohansen I was facing the same issue while syncing the latest version on Argocd , the fix for me was to remove the old CRD and then sync. That's...
We also hit that on Flatcar with k3s and filebeat 8.7.0 (using helm-chart from https://github.com/elastic/helm-charts/tree/main/filebeat). Mounted /etc/hostname, /etc/machine-id and /run/systemd as suggested with no luck (no errors in filebeat logs...
I've performed some tests with different base images (ubuntu 20.04 with systemd 245 and ubuntu 22.04 with systemd 249): all tests failed, i.e. no logs from journal. But if we...