spring-cloud-deployer-kubernetes icon indicating copy to clipboard operation
spring-cloud-deployer-kubernetes copied to clipboard

The Spring Cloud Deployer implementation for Kubernetes

Results 27 spring-cloud-deployer-kubernetes issues
Sort by recently updated
recently updated
newest added

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

type/technical-debt

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.

type/technical-debt

`KubernetesTaskLauncherIntegrationTests` and `KubernetesTaskLauncherWithJobIntegrationTests` have a test `testSimpleCancel()` in each marked as `@Ignore("Currently reported as failed instead of cancelled")`.

area/tests

**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...

for/team-attention

Hi, I still cannot schedule task with backoffLimit = 0. I put this on my scdf (v. 2.10.3) application.yml file: ![image](https://github.com/spring-cloud/spring-cloud-deployer-kubernetes/assets/70958010/0682e08d-8100-4621-a747-aa0c6dccc6c0) I see that openshift cronjobs are still generated without...

status/need-triage

### 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...

status/need-triage