spring-cloud-deployer-kubernetes
spring-cloud-deployer-kubernetes copied to clipboard
The Spring Cloud Deployer implementation for Kubernetes
Possibly this form the basis to deploy streams/tasks from SCDF with an arbitrary YAML at the deployment time.
the `spring.cloud.deployer.kubernetes.deployment.nodeSelector` should be deprecated in favor of `spring.cloud.deployer.kubernetes.nodeSelector` as the extra nesting is unnecessary and also keeps a consistent format when configuring via global server properties
Limit exposure of fabric8 types in `KubernetesDeployerProperties` -- ie: `Volume`, `VolumeMount`, along with the `fabric8` property. wrap into our own types / delegate specific properties as needed, deprecate existing methods.
`KubernetesTaskLauncherIntegrationTests` and `KubernetesTaskLauncherWithJobIntegrationTests` have a test `testSimpleCancel()` in each marked as `@Ignore("Currently reported as failed instead of cancelled")`.
**Issue:** I have implemented a Spring Batch application which applies remote partitioning and launches jobs in Kubernetes. The issue I identified was that when I attempted for a command based...
Hi, I still cannot schedule task with backoffLimit = 0. I put this on my scdf (v. 2.10.3) application.yml file:  I see that openshift cronjobs are still generated without...
### Description We need to set `args` field of initContainer. As far as I know, I can configure initContainer only with these fields. `containerName`, `imageName`, `commands`, `environmentVariables`. Do you have...