-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
If you're using Dokku - especially for commercial purposes - consider donating to project development via OpenCollective or Patreon. Funds go to general development, support, and infrastructure costs.
If you'd like to sponsor specific functionality, see the project's Sponsoring document.
If you need support for a version of Dokku over a year old, your issue may be closed without an answer. Please upgrade to a recent version before filing an issue.
Description of problem
The dokku-scheduler-kubernetes
fail to deploy an app build by dokku
using pack
or dockerfile
buildpacks when Procfile is missing.
How reproducible
- install dokku
- add
dokku-scheduler-kubernetes
- add an app and set the scheduler to kubernetes for an app
- install pack from cloudnative buildpacks
- set
DOKKU_CNB_EXPERIMENTAL=1
for your app - deploy an app without Procfile to dokku; it will fail, saying that No profile is available for your app.
The same behavior is for docker file deployment.
Metadata
Metadata
Assignees
Labels
No labels