spring-cloud-dataflow-server-openshift
spring-cloud-dataflow-server-openshift copied to clipboard
This project provides a Spring Cloud Data Flow server for deployments to OpenShift 3
Hello Donovan, Are there any plans to upgrade 'Spring Cloud Data Flow' to [1.5.0.RELEASE](https://spring.io/blog/2018/05/16/spring-cloud-data-flow-1-5-0-released) version? I've managed to built&run docker image with the following changes: spring-cloud-dataflow-server-openshift [pom.xml](https://github.com/donovanmuller/spring-cloud-dataflow-server-openshift/blob/master/pom.xml): ``` org.springframework.cloud spring-cloud-dataflow-parent...
This is similar to #33 but going even further, to prepare for the upcoming SCDF 2.0 release. I'll start a fork. I'm investigating this in conjunction with https://github.com/donovanmuller/spring-cloud-deployer-openshift/issues/57 I'm interested...
hi, I am planning to deploy to SCDF on Openshift. below are the version details. Can you please let me know how to connect to Kafka over SSL OpenShift Master:...
When doing a release build on Travis, the deployer server's Docker image is [built and pushed](https://github.com/donovanmuller/spring-cloud-dataflow-server-openshift/blob/cbbbdcdcfb2d405a0b86a2ce588e97e27531d35e/.travis/release.sh#L73) to Docker Hub. After (or before?) the image has been successfully pushed, we should...
Folowing some of the instructions from [blog](https://blog.switchbit.io/spring-cloud-deployer-openshift/), started the server with the following arguments: ``` -Dopenshift.url=https://192.168.42.189:8443 \ -Dkubernetes.master=https://192.168.42.189:8443 \ -Dkubernetes.trust.certificates=true \ -Dkubernetes.auth.basic.username=admin \ -Dkubernetes.auth.basic.password=admin \ --spring.cloud.deployer.kubernetes.namespace=scdf-apps \ --maven.resolvePom=true \ --maven.remote-repositories.spring.url=http://repo.spring.io/snapshots...
Under the [Getting started](https://donovanmuller.github.io/spring-cloud-dataflow-server-openshift/docs/1.2.1.RELEASE/reference/htmlsingle/#getting-started) section the Kubernetes deployer server's version is incorrect, resulting in a dead link.