Description of problem: Could not create app from command line after trying to create app in web ui Version-Release number of selected component (if applicable): How reproducible: sometimes Steps to Reproduce: 1. tried to created jenkins app in web ui, but cancelled 2. tried to create diy app in cli, but got an error Actual results: Problem reported from server. Response code was 406. Re-run with -d for more information. MESSAGES: Failed to create application scastie due to: Scalable app cannot be of type jenkins-1.4 diy-0.1 Expected results: application created Additional info:
(In reply to comment #0) Hi, olegych Which command are you using to create the jenkins app or diy app? If you want to create an non-scaling app, please try if the following commands works for you: rhc app create -a &yourappname -t jenkins-1.4 or rhc app create -a &yourappname -t diy-0.1 We do not support scaling jenkins or diy app currently. Thanks
Hi, thanks for the info. Perhaps the issue is not related to the fact that i tried to create jenkins app. It's just the wording of the message that is confusing.
The message is being returned by the server, and sounds accurate. Can you please describe what you input and what the error was?
The message is confusing becase it mentions unrelated type, and because it says 'type jenkins-1.4 diy-0.1' like it's one type.