skupperproject / skupper

Skupper is an implementation of a Virtual Application Network, enabling rich hybrid cloud communication.
http://skupper.io
Apache License 2.0
579 stars 70 forks source link

Annotations for exposing a statefulset headless service #896

Open rmallam opened 1 year ago

rmallam commented 1 year ago

Hi,

I am looking for an option to expose a statefulset headless service using skupper annotations, but couldn't find it, i can do it using the Skupper CLI but is there a way to do it using annotations?

Regards, Rakesh

grs commented 1 year ago

That has recently been added to master and will be included in the upcoming 1.1.0 release (https://github.com/skupperproject/skupper/commit/794b1db275d7c6631975f91aa6dd3f0d20303406)

rmallam commented 1 year ago

hi @grs , Thanks for the update, One more question, What are the options for setting up the resources(cpu & memory) to these router pods that come up when a stateful set is exposed? should these be annotations again?