deploystream | Track the progress of feature development | Video Utils library
kandi X-RAY | deploystream Summary
kandi X-RAY | deploystream Summary
Track the progress of feature development across repositories gathering information from a multitude of sources.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of deploystream
deploystream Key Features
deploystream Examples and Code Snippets
Community Discussions
Trending Discussions on deploystream
QUESTION
I am in the process of upgrading a Spring Cloud DataFlow Kubernetes Server deployment from 1.2.2.RELEASE to 1.3.1.RELEASE, testing it with minikube.
After fixing invalid docker URIs (docker: to docker://) and successfully seeing apps registered in the shell, the deployment to the kubernetes server ultimately fails. With a simple stream:
...ANSWER
Answered 2018-Mar-12 at 18:03We have recently discussed a similar issue in spring-cloud/spring-cloud-dataflow#2065.
As highlighted in the comment, the Docker resource URIs are expected to be of a certain format starting from 1.3 release.
In your case, the Docker URI should have been:
dataflow:>app register --name rabbitsink --type sink --uri docker:myrepo/rabbitsink:current
If the above format is not followed, the Shell would fail-fast with a validation message. The stream won't be deployed; no pods should show up for the apps either. Here's the validation message on my minikube environment.
Command failed org.springframework.cloud.dataflow.rest.client.DataFlowClientException: Invalid docker resource URI: docker:192.168.99.100:80/myrepo/rabbitsink:current
I'd recommend starting fresh. You could also use the helm-chart (Docs for Minikube is in PR) to simplify the provisioning experience.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install deploystream
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page