eclipse / packages

IoT Packages project
https://eclipse.org/packages
Eclipse Public License 2.0
46 stars 66 forks source link

Set service account on Hono protocol adapter pods #512

Closed calohmn closed 1 year ago

calohmn commented 1 year ago

The upcoming Hono 2.5 and 2.4.x, 2.3.x releases will contain logic to determine the K8s container id from the protocol adapter pods via the K8s API if cgroups v2 is used (see https://github.com/eclipse-hono/hono/issues/3537).

For that, the Hono chart needs to be changed, setting a service account on the protocol adapter pods that has a role binding that allows 'get' operations on the 'pods' resources.