spring-cloud-deployer-kubernetes
spring-cloud-deployer-kubernetes copied to clipboard
The Spring Cloud Deployer implementation for Kubernetes
Many of the kubernetes deployment property keys take a JSON string as their value. This creates a bit of friction as all examples that are cut-n-pasted from k8s docs that...
When using deployer partitions to launch 50+ or more pod, it is high probability that one or more pods are killed by kubernetes system pods like kube-system/calico-node-8xc5f Is there anything...
Depends on https://github.com/spring-cloud/spring-cloud-deployer-kubernetes/pull/478 Currently, the configuration for `src/kubernetes/skipper/skipper-config-.yaml` looks like ``` data: application.yaml: |- spring: cloud: skipper: server: platform: kubernetes: accounts: default: appAdmin: user: ${app-admin-user} password: ${app-admin-password} ... ``` These...
We are trying to deploy Spring Cloud Data Flow in OpenShift 4, which is a Kubernetes-certified platform. However, we found out that, currently, none of the entrypoint styles available work...
@Srkanna commented on [Sat Sep 19 2020](https://github.com/spring-cloud/spring-cloud-dataflow/issues/4155) I'm trying to set a backoffLimit & concurrencyPolicy for batch jobs which are executed in Openshift environment via SCDF. Currently I'm setting these...
Discussed the issue in this stackoverflow post : https://stackoverflow.com/questions/69683040/scdf-partition-batch-job-using-spring-cloud-kubernetes-deployer-deployer-pro Basically in running the partitioned-batch-job sample provided by SCDF in a kubernetes cluster, I am unable to set deployer properties for...
Skipper creates a Service Object before the Deployment . As Skipper does not validate k8s Objects before trying to deploy an application and does not remove the service if the...
Backport #436
@eskuai commented on [Tue Sep 03 2019](https://github.com/spring-cloud/spring-cloud-dataflow/issues/3478) **Problem description:** Allow deployment pods using lifecycle properties. We are getting some trouble hangling request from http client side, specially using bosh and...
If the deployer property `backoffLimit` (either globally or per app) is set, when creating a schedule via `CronJob`, set the `backoffLimit` into the job spec