Karol Szwaj

Results 108 comments of Karol Szwaj

I am also interested in this feature. @KarstenSiemer your idea with adding Istio port naming convention could be a good start for improving this.

It is also blocking us in https://github.com/kyma-incubator/reconciler/pull/1141 - https://status.build.kyma-project.io/view/gs/kyma-prow-logs/pr-logs/pull/kyma-incubator_reconciler/1141/pre-main-reconciler-cli-integration-kyma-latest-k3d/1554382741867335680 - https://status.build.kyma-project.io/view/gs/kyma-prow-logs/pr-logs/pull/kyma-incubator_reconciler/1141/pre-main-reconciler-cli-kyma-prev-to-last-release-upgrade-k3d/1554382741959610368

For the duplicate certificate in the application-connector gateway, we won't push any changes ```bash Warning [IST0138] (Gateway kyma-system/kyma-gateway-application-connector) Duplicate certificate in multiple gateways [kyma-system/kyma-gateway-application-connector kyma-system/kyma-gateway] may cause 404s if clients...

The [same](https://github.com/kyma-project/kyma/issues/11686#issuecomment-1022169143) goes for the annotations in jaeger controlled by tracing-operator ``` Warning [IST0107] (Deployment kyma-system/tracing-jaeger) Misplaced annotation: sidecar.istio.io/inject can only be applied to Pod Warning [IST0107] (Deployment kyma-system/tracing-jaeger) Misplaced...

I have opened the issue in the jaeger-operator helm chart - https://github.com/jaegertracing/helm-charts/issues/355

Port change can also be tracked here - https://github.com/jaegertracing/jaeger-operator/pull/1862

PRs to jaeger-operator were merged and released with 1.34.0, but we are blocked by this issue in the helm chart - https://github.com/jaegertracing/helm-charts/issues/351

Helm charts of jaeger-operator were fixed - https://github.com/jaegertracing/helm-charts/issues/351#issuecomment-1153547037 This issue can be closed after bumping jaeger-operator to 1.34.0 version

We encountered a similar error in the past, we did patches independently. Since Kubernetes v1.21 it is also possible to exclude `kube-system` by its name. I have opened the PR...