Is it possible, much like with the docker agent and reuseNode option, to share a work space between multiple kubernetes pods?
My use case that I am trying to solve it to utilize the lock/milestone functionality to promote artifacts through environments (test, staging, prod). The problem is if I use a global agent at the top of my pipeline, that POD will stick around until the end user finally proceeds or aborts the promotion. I don't really want that as it uses up resources. If I use a stage specific agent then I have the problem that the workspace gets re-initialized each time.
Thanks in advance.