spring-cloud / spring-cloud-deployer-kubernetes

The Spring Cloud Deployer implementation for Kubernetes
Apache License 2.0
157 stars 98 forks source link

Create containers by order #452

Closed umutcann closed 3 years ago

umutcann commented 3 years ago

Hi,

We are using AdditionalContainers feature in order to deploy multiple container to kubernetes over SCDF. But we need to create containers by order. We need to create additional container firstly before the batch app on kubernetes.

Is it possible to do that or do you have any advice to solve this problem?

Thanks in advance.