-
Notifications
You must be signed in to change notification settings - Fork 405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix TracePipeline has wrong status #16666
Fix TracePipeline has wrong status #16666
Conversation
✅ Deploy Preview for kyma-project-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also bump the image tag
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few small suggestions to improve error handling
components/telemetry-operator/internal/kubernetes/deployment.go
Outdated
Show resolved
Hide resolved
components/telemetry-operator/internal/kubernetes/deployment.go
Outdated
Show resolved
Hide resolved
Co-authored-by: Stanislav Khalash <[email protected]>
/retest |
* main: (61 commits) switch owners of observability components to github team approach (kyma-project#16704) Replace PSP with PSA for Eventing components (kyma-project#16681) Migrate connectivity validator after operator removal (kyma-project#16693) Telemetry integration test retry operations (kyma-project#16689) Bump NATS image to 2.9.11 (kyma-project#16690) Migrate Compass Runtime Agent after Application Operator removal (kyma-project#16677) bump image tags (kyma-project#16695) language review Eventing Controller (kyma-project#15907) Fix empty response case from async nodejs16 runtime (kyma-project#16675) Pod preset cleanup (kyma-project#16647) Cleanup event types in conversion webhook for v1alpha2 Subscription (kyma-project#16646) Fix TracePipeline has wrong status (kyma-project#16666) update of alpine and golang version for telemetry/observability images (kyma-project#16682) validate source for valid URI (kyma-project#16671) Remove application operator (kyma-project#16660) Bump the net library (kyma-project#16680) gomod(deps): bump github.com/onsi/gomega from 1.25.0 to 1.26.0 in /components/event-publisher-proxy (kyma-project#16652) gomod(deps): bump github.com/onsi/gomega from 1.25.0 to 1.26.0 in /components/eventing-controller (kyma-project#16657) Update version of autoscaling in Ory charts (kyma-project#16676) Bump net (kyma-project#16661) ... # Conflicts: # components/telemetry-operator/config/rbac/role.yaml # components/telemetry-operator/controller/tracepipeline/controller.go # components/telemetry-operator/controller/tracepipeline/resources.go # components/telemetry-operator/controller/tracepipeline/setup.go # components/telemetry-operator/controller/tracepipeline/suite_test.go # resources/telemetry/charts/fluent-bit/templates/servicemonitor.yaml # resources/telemetry/charts/fluent-bit/values.yaml # resources/telemetry/charts/operator/templates/role.yaml # resources/telemetry/values.yaml
Description
Changes proposed in this pull request:
Related issue(s)
#16531