You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Description of problem
The
dokku-scheduler-kubernetes
fail to deploy an app build bydokku
usingpack
ordockerfile
buildpacks when Procfile is missing.How reproducible
dokku-scheduler-kubernetes
DOKKU_CNB_EXPERIMENTAL=1
for your appThe same behavior is for docker file deployment.
The text was updated successfully, but these errors were encountered: