You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2025. It is now read-only.
Release versions:
Tested with SCDF 2.9.1 and Spring Boot 2.5.5 under microk8s 1.18.20
Steps to reproduce:
Create a dummy processor and deploy it in Kubernetes with a simple stream like time | my-processor | log
Additional context:
A simple workaround is to add management.endpoints.web.exposure.include=health,info in application.properties to enable info endpoint.
But wouldn't it be nice if Skipper does that for us ?