jaeger-operator
jaeger-operator copied to clipboard
Jaeger Operator for Kubernetes simplifies deploying and running Jaeger on Kubernetes.
## Which problem is this PR solving? fixes #1966 ## Short description of the changes - Upgrades otel packages to the latest version.
Signed-off-by: Israel Blancas ## Which problem is this PR solving? - Resolves #844 ## Short description of the changes - Changed message and verbosity - The creation of the Kafka...
Signed-off-by: Israel Blancas ## Which problem is this PR solving? - Upgrade `operator-lib` Golang dependency from 0.10.0 to 0.11.0. This upgrade was not done by [Dependantbot](https://github.com/dependabot) automatically
Signed-off-by: Israel Blancas ## Which problem is this PR solving? - Use the correct kubebuilder binary (3.x). The project was migrated to kubebuilder 3.x (#1623) but downloading the kubebuilder binary...
## Which problem is this PR solving? - Upgrade golang version
## Which problem is this PR solving? - Resolves #1817 ## Short description of the changes - Use the propagated `logr.Log` logger to log the messages - Change all the...
### What happened? Hello I can't enable `ES_USE_ALIASES` with ```yaml apiVersion: jaegertracing.io/v1 kind: Jaeger ``` for `dependencies` I think I need it [here](https://github.com/jaegertracing/jaeger-operator/blob/main/pkg/cronjob/spark_dependencies_test.go#L68) ### Steps to reproduce 1. Install jaeger-operator...
### What happened? Each time a merge is done to `main`, the Jaeger Operator container image is built and publish. It is build properly but it fails to publish: ```sh...
## Which problem is this PR solving? https://github.com/jaegertracing/helm-charts/issues/344#issuecomment-1100166786 (partially) ## Short description of the changes Adding a prefix to service port names, resolves issues with istioctl ``` istioctl analyze Info...
### What happened? update `jaeger-operator:1.21.2` -> `jaeger-operator:1.25.0`, then the `/spec/storage/options` config is automatically updated before ```yaml spec: options: es: password: elastic server-urls: http://192.168.2.240:30029 username: elastic ``` after ```yaml spec: options:...