Kasia Kujawa
Kasia Kujawa
https://github.com/AbsaOSS/k3d-action/releases/
It would be nice to have `status` field in CRs with basic information like which Pods are selected by the podSelector, or errors in the resource creation.
It will be good to have an option to deploy test Pod with proper configuration for tailing sidecar operator as a result of helm chart installation.
Rename `TAG` and `IMG` variables used in Makefiles to more meaningful when used from single Makefile, for example: `TAG` -> `SIDECAR_IMG` and `IMG` -> `OPERATOR_IMG`. Related to https://github.com/SumoLogic/tailing-sidecar/pull/73#discussion_r593265990
**Description:** fix setting network connection, do not load TLS configuration for UDP **Link to tracking Issue:** #31130 **Testing:** unit test, manual tests with syslog server **Documentation:** added information that TLS...
Do we need to have [collector_windows.go](https://github.com/SumoLogic/sumologic-otel-collector/blob/main/otelcolbuilder/cmd/collector_windows.go) in this repo? please see this comment: https://github.com/SumoLogic/sumologic-otel-collector/pull/1560#discussion_r1579175092
Missing documentation for 'pod_association' in k8sprocessor, configuration option is used for example [here](https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/main/deploy/helm/sumologic/values.yaml#L2661-L2662).
**Describe the bug** Deployment of helm chart fails when opentelemetry operator is enabled **Logs & Commands** Command with output from OpenShift 4.10.20: ``` $ helm upgrade collection sumologic/sumologic \ >...
Setting `sending_queue` is not easy, e.g. https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/main/docs/best-practices.md#example-configuration, https://help.sumologic.com/docs/send-data/kubernetes/best-practices/#example-configuration We should consider exposing option to configure `sending_queue` in values.yaml
It would be good to have better method to detect helm chart version in helm templates. Sometimes container image can have same image tag as our helm chart, in current...