spring-cloud / spring-cloud-dataflow

A microservices-based Streaming and Batch data processing in Cloud Foundry and Kubernetes
https://dataflow.spring.io
Apache License 2.0
1.09k stars 577 forks source link

Issue with passing annotations through Spring Cloud Data Flow Skipper to connected stream apps #5384

Open jaikemj opened 1 year ago

jaikemj commented 1 year ago

I am encountering an issue related to passing annotations through Spring Cloud Data Flow Skipper to stream apps connected to it. The problem is that when we describe the pod of a stream app, the annotation we passed through Skipper is not visible.

According to the documentation (link: https://docs.spring.io/spring-cloud-dataflow/docs/current/reference/htmlsingle/), it mentions that we can add annotations using the following configuration: deployer..kubernetes.podAnnotations=annotationName:annotationValue.

I would like to raise a question to inquire about the possibility of passing annotations through the Skipper config map and receiving them in the stream apps deployed via Spring Cloud Data Flow UI.

Is it possible to pass annotations through the Skipper config map and have those annotations accessible in the connected stream apps deployed using Spring Cloud Data Flow UI?

markpollack commented 1 year ago

will investigate, thanks