"No release manager available for 'null'" spring cloud skipper error while uploading package to skipper

105 Views Asked by At

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 am using local repo, i have created the package demo and uploaded it.

1

There are 1 best solutions below

3
Ilayaperumal Gopinathan On

Looks like the issue is with the package you created. The package kind has to be SpringBootApp in order to qualify and choose the Default release manager from Skipper. What value you have for your package's kind?