-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
odo deploy should support creation of Knative:Service #3026
Comments
I think that this is something that should be captured in devfile and than odo will act on that information. |
Moved out to 2.2 milestone due to dependencies on devfile 2.2 |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
/lifecycle frozen |
with I've created a simple example https://github.com/kadel/devfile-nodejs-deploy/blob/e42112fe1256ea2a18b93e19f6919f1c5f5513dd/devfile.yaml#L55-L69 |
Description
As a developer, I'd like a way to have
odo deploy
to utilize deployment guidance in devfile to create akn:Service
instead of a kubernetes Deployment or OpenShift Deployment config.Acceptance criteria
Possible cli flows
Ability to use odo to deploy as a Knative Service, using deployment guidance in devfile
The text was updated successfully, but these errors were encountered: