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
At the moment, kn export does not export annotations.
Expected behavior
User provided annotations should be exported as well (like with kn service create --annotation). Maybe filter out some automatically added annotations (if known), but that might be difficult.
Adding an E2E test is a plus.
Steps to reproduce the problem
Create a service with annotation: kn service create mysvc --annotation myanno=value someimage
Export its: kn service export mysvc
Check whether the annotation is included.
The text was updated successfully, but these errors were encountered:
rhuss
changed the title
kn service export should also export service annotations
"kn service export" should also export service annotations
Mar 10, 2020
Bug report
At the moment,
kn export
does not export annotations.Expected behavior
User provided annotations should be exported as well (like with
kn service create --annotation
). Maybe filter out some automatically added annotations (if known), but that might be difficult.Adding an E2E test is a plus.
Steps to reproduce the problem
kn service create mysvc --annotation myanno=value someimage
kn service export mysvc
The text was updated successfully, but these errors were encountered: