Questions tagged [spring-cloud-skipper]
32 questions
3
votes
1 answer
java.lang.IllegalStateException when binding mysql service to skipper server in PCF
I have pushed the scdf server jar and skipper server in PCF, now I want to change the existing DB i.e. H2 to MySQL, For this I have created the MySQL service from marketplace , but when I tried to bind the MySQL service to skipper server app I am…

Pravin
- 45
- 1
- 4
2
votes
0 answers
Change service name of Spring Cloud Dataflow Stream parts
When I deploy a new stream in Spring Cloud Dataflow I want to influence the service name, so that I can reach e.g. the source always under the same name. I already found this this anwer but it doesn't mention how to turn this off. Looking at the…

Ronny
- 31
- 4
1
vote
0 answers
Spring Cloud Data Flow treats intentionally failing health check app as healthy. Skipper's red-black deployment is broken
I'm playing with SCDF for couple of days checking different scenarios as we may want to use it in one of our projects.
I use
helm chart https://hub.helm.sh/charts/stable/spring-cloud-data-flow/2.7.1
k8s version - 1.16 (AWS EKS eks.1)
external…

Tsimur Abayeu
- 11
- 2
1
vote
1 answer
"No release manager available for 'null'" spring cloud skipper error while uploading package to skipper
I am getting "No release manager available for 'null'" error when i try to install the manually created,uploaded package using skipper shell with the following command
package install --package-name demo --package-version 1.0.0 --release-name demo
I…

Satheesh
- 11
- 4
1
vote
2 answers
How to disable database initialization with Spring-Cloud-Skipper
I'm trying to disable the initialization of tables in Spring-Cloud-Skipper. Is there a property much like the spring.cloud.dataflow.rdbms.initialize.enable=false in Spring-Cloud-Dataflow that I can set? If not, how do I disable the initialization of…

Jamie Coller
- 11
- 2
1
vote
2 answers
cannot delete a stream because Package Metadata in Repository say not all releases DELETED
I'm a Spring Data Cloud Flow newbie and I'm having a hard time getting rid of a stream.
stream list
shows I have a stream named ticktock5.
stream undeploy ticktock5
stream destroy ticktock5
result in the same error:
Command failed…

user1126515
- 1,133
- 3
- 17
- 34
0
votes
0 answers
Spring Cloud Dataflow on Kubernetes - Startupprobe property
Am trying to setup SCDF on kubernetes using the helm chart
https://github.com/bitnami/charts/blob/main/bitnami/spring-cloud-dataflow/README.md
Am able to get this working and deploy streams. Question i have is on the startupprobe path which my…

CuriousK
- 1
0
votes
0 answers
pring-cloud-skipper-server upgradation issue
I am using a stack under that having an spring-cloud-skipper-server container previous version was 2.6.1 tried to upgrade to 2.9.2 from that container was not in up state
having this error message
Err": "starting container failed: failed to create…

saikiran
- 1
- 1
0
votes
1 answer
Spring Cloud Dataflow Cloudfoundry - Unversioned App Name
Is there a way to get unversioned app name in SCDF 2.9.X using skipper 2.8.x in CloudFoundry? With the current deployment in PCF, everytime we update/re-deploy a stream Skipper adds a -v#. This while great for blue/green sort of deployment, brings…

Aravind1986
- 15
- 5
0
votes
1 answer
Spring Cloud Data Flow - Unable to set securityContext/allowPrivilegeEscalation while deploying a stream
Creating a simple TEST Stream in Spring Cloud Data Flow (2.9.4)
> stream create --name "words" --definition "http --server.port=9001 | splitter --expression=payload.split(' ') | log"
> stream deploy --name "words" --propertiesFile…

gathreya
- 45
- 1
- 9
0
votes
0 answers
Versioning in Spring Cloud Dataflow stream apps
Is there a way to deploy Spring Cloud Dataflow stream apps without versioning in CloudFoundry? Whenever we deploy a stream using SCDF 2.9.x that uses Skipper server, it adds a version number to the app deployed in CF.
For example…

Kyler Freeman
- 1
- 1
0
votes
0 answers
Spring Cloud Skipper errors out immediately after start on local MicroK8s
I'm trying to deploy the entire Spring Cloud Data Flow platform to a MicroK8s cluster running on one of our server, a VM with Ubuntu 20.04. Before starting performing actions on the target server, I tried to deploy it on my local computer (same OS)…

Riccardo Bellini
- 248
- 2
- 7
0
votes
1 answer
How to configure SCDF Skipper to use pre-existing docker instance?
I'm currently evaluating the usage of Spring Cloud Data Flow for our infrastructure. We already use RabbitMQ and Kubernetes so that would be our target environment.
For local testing purposes I use dockerized MySQL and RabbitMQ and I want…

angrybobcat
- 268
- 1
- 10
0
votes
1 answer
Spring cloud skipper Cannot upload a package via REST API
I am following a doc to upload a package into Skipper Server at https://docs.spring.io/spring-cloud-skipper/docs/current-SNAPSHOT/reference/htmlsingle/#resources-package
Here is a package: Helloworld
This is curl command as
$ curl…

truongdx79
- 1
- 1
0
votes
0 answers
Spring Cloud Data Flow Apps not fetching external arguments and environment variables
I have specified External arguments and environment variables for an app deployed as a stream through Spring Cloud Data Flow.
But the application is not considering some of the env variables and parameters.
Im passing an external property called…

Jibit George
- 76
- 4