launcher-application icon indicating copy to clipboard operation
launcher-application copied to clipboard

The fabric8-launcher application

Results 100 launcher-application issues
Sort by recently updated
recently updated
newest added

When using an oc cluster up cluster with the launcher services running in it. If I tru to launch a booster i'm getting: ``` An error has occurred. at io.fabric8.kubernetes.client.KubernetesClientException.launderThrowable(KubernetesClientException.java:64)...

:beetle: bug

There are use cases where you want to provide an example application but don't want the sources to be stored in a new Git repository (for example, if your example...

component/frontend

Create an app which constructed a route: `demo-osostarter-react-quarkus-mysql-frontend-demo-osostarter-react-quarkus-mysql.7e14.starter-us-west-2.openshiftapps.com` Got rejected by the router with reasoning in issue title. Determine best way to ensure we don't construct routes that violate constraints.

:beetle: bug

When you go through the "Deploy an Example Application" workflow and select a download only example, if you change the chosen example to something that should be "launchable", the Launch...

:beetle: bug

Multicontainer applications for .NET Core can be generated (yayyy!). When making a code change, however, we trigger a new build and run out of quota. ![screenshot21](https://user-images.githubusercontent.com/199891/54701154-cea22600-4b0a-11e9-803c-a9c7ed67c678.png) ``` (combined from similar...

component/creator

Trying to import https://github.com/aspnet/musicstore results in this build error: ``` ... Installing runtime.osx-x64.Microsoft.NETCore.DotNetAppHost 3.0.0-preview1-26907-05. Installing runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver 3.0.0-preview1-26907-05. Generating MSBuild file /opt/app-root/src/samples/MusicStore/obj/MusicStore.csproj.nuget.g.props. Generating MSBuild file /opt/app-root/src/samples/MusicStore/obj/MusicStore.csproj.nuget.g.targets. Restore completed in 2.54 min...

component/creator

Add messaging capability for Quarkus This could be (but not required to) based on: https://github.com/fabric8-launcher/launcher-documentation/wiki/Mission:-AMQ-Messaging-Work-Queue

component/creator

Because the `registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift` S2I image has Maven 3.5.0 and Quarkus requires Maven 3.6.0+ to build.

component/creator

See https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#applications-and-instances-of-applications And https://github.com/gorkem/app-labels

component/creator

When a launch fails because the quota has been reached it would be helpful to have a link to said project in order to rectify the problem. After that one...