skupper icon indicating copy to clipboard operation
skupper copied to clipboard

Skupper cli flag handling for annotations

Open c-kruse opened this issue 7 months ago • 7 comments

It can be necessary to use the --router-pod-annotations flags to add annotations for just the router pod that contain commas themselves.

For example if I wanted the annotation "foo=x,y,z" to be applied to my resources I would want skupper init to accept the --router-pod-annotations=foo=x,y,z flag. Due to the confusing combination of bash string handling, cli flag parsing in spf13/pflag and our implementation I have not sorted out how to get this to work.

EDIT: Weirdly enough, this works with the --annotations flag ?

c-kruse avatar Jul 15 '24 22:07 c-kruse