spring-cloud-skipper
spring-cloud-skipper copied to clipboard
A package manager that installs, upgrades, and rolls back Spring Boot applications on multiple Cloud Platforms.
Trying to use Stakater Reloader (https://github.com/stakater/Reloader/tree/master), with a value to watch configmaps as follows: annotations: configmap.reloader.stakater.com/reload: "foo-configmap,bar-configmap,baz-configmap" however, since I have to use SCDF to get the values to k8s,...
Hi team, Running a Trivy vulnerabilities scan through the Spring Cloud Skipper container image returned some CVEs affecting the latest `SNAPSHOT` release, `2.11.0-SNAPSHOT`, that I couldn't find any info on:...
I am encountering an issue related to passing annotations through Spring Cloud Data Flow Skipper to stream apps connected to it. The problem is that when we describe the pod...
It looks like a few are missing. see https://github.com/spring-cloud/spring-cloud-skipper/blob/main/spring-cloud-skipper-server-core/src/main/java/org/springframework/cloud/skipper/server/controller/ReleaseController.java#L83
The following Skipper shell command scenarios should have IT coverage: | Command(s) | Expect | | --------------- | --------------- | | `help` | displays skipper extended help | | `--spring.cloud.skipper.client.url=foo.bar...
I have detected a problem in the skipper server. When it has been running, deploying and stopping several streams for a while, it stops working and returns an error. `...
ReleaseStateUpdateService.updateReactively calls releaseRepository.findAll every 5 seconds. When there are a lot of published releases, It's very easy to cause memory overflow. Because PKG_JSON_STRING is a very large string. Even if...
wanna know how skipper help the application installed by it get their properties? for example, i depoly a stream in scdf by using `http | log` and i've config http...