Conversation
resolves #481 Signed-off-by: Matthias Büchse <matthias.buechse@cloudandheat.com>
Signed-off-by: Matthias Büchse <matthias.buechse@cloudandheat.com>
|
I looked a bit around with this topic. IMO there are two options to run kubernetes tests with the pipeline, which do some stuff different:
IMO for now, the quicker, easier solution is option 1. If you want @mbuechse, I can provide a patch or make a commit directly. |
|
@cah-hbaum Yes, we use option one, because (a) we are pressed for time and (b) currently there isn't any universal interface that allows us to create a cluster -- many providers use Gardener, others want to use the Clusterstacks approach from the reference implementation, but that isn't quite done yet. We have to put the necessary files (client cert etc.) into the secrets part of the Zuul config, but that isn't what this issue is about. This issue pertains only to the Python script. |
|
resolves #485