-
Notifications
You must be signed in to change notification settings - Fork 17
Upgrade 'Data Flow' to 1.5.0.RELEASE #33
Comments
Hi @Andrewtyt, Unfortunately I have had very little time over the past few months to dedicate to maintaining this project 😔 To upgrade this project to the latest Spring Cloud Data Flow release, you would have to:
as well as make sure the new Skipper deployments work as expected. I can't make any promises but I'll try my best to update both this and |
In case it’s helpful here are git patches.zip with changes I've done to my local repo. |
Also interested in an updated release :) |
Hi all, We are looking forward to thr new dashboard UI and scheduler feature. Thanks for any reply. |
Yeah, I'm interested in getting it working with the upcoming Spring Cloud Greenwich release so I'll spend a few hours to try and get that working, but I can't guarantee anything. @donovanmuller will you keep this repo alive since it's referenced from the SCDF homepage? |
Yes, I don't currently have time but perhaps in future I'll be in a better position to pick it up again. Having said that, I'm curious as to what this project gives you that the supported Kubernetes deployer does not? The main feature not present in the upstream Kubernetes deployer is the ability to support Maven resources, which the OpenShift deployer does via S2I builds. Have you tried deploying the supported/official Kubernetes server in any recent OpenShift cluster? If so and everything worked (it really should) then would there be any use case for a specific OpenShift deployer anymore (besides Maven resource support - which I'm not sure how important that is these days)? See this comment for more context. |
That's a good point, which I hadn't really considered. I'm pretty confident that we don't actually need any of the remaining Openshift-specific features at the moment. Our openshift cluster is slightly behind latest (openshift v3.9, kubernetes v1.9.1), but maybe that won't matter. I'll test the latest kubernetes deployer and report back. |
Hi guys, |
@gdubya curious as to whether SCDF Kubernetes server deployed successfully to your OpenShift cluster (assuming you have tried that)? |
@donovanmuller Basically yes, it works. But i'm still figuring out how it will work for us to register apps. SDCF in kubernetes must pull apps from a docker repo (default dockerhub), but our cluster firewall prevents downloading from external sites by default. So i need to figure out how to install an app into SCDF from the internal openshift registry (docker-registry.default.svc:5000). The documentation talks about configuring a secret for this (http://docs.spring.io/spring-cloud-dataflow/docs/2.0.0.BUILD-SNAPSHOT/reference/htmlsingle/#_private_docker_registry) but that shouldn't be necessary for the integrated registry, should it? |
Hello Donovan,
Are there any plans to upgrade 'Spring Cloud Data Flow' to 1.5.0.RELEASE version?
I've managed to built&run docker image with the following changes:
spring-cloud-dataflow-server-openshift pom.xml:
spring-cloud-deployer-openshift pom.xml:
The text was updated successfully, but these errors were encountered: