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
To remove the labels there is already an option:
--with-kompose-annotation=false
But there is still a label generated "io.kompose.service" - it would be cool to have another cmd line flag e.g. "--with-kompose-service-name=app" to get rid of the kompose specific stuff
What would you like to be added?
To remove the labels there is already an option:
--with-kompose-annotation=false
But there is still a label generated "io.kompose.service" - it would be cool to have another cmd line flag e.g. "--with-kompose-service-name=app" to get rid of the kompose specific stuff
Sample now:
Sample later:
kompose convert --with-kompose-annotation=false --with-kompose-service-name=app ...
Why is this needed?
generating a clean k8s manifest without kompose leftovers ...
The text was updated successfully, but these errors were encountered: