-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Create custom properties for Knative generation #7788
Comments
cc @iocanel |
Some of the things we need to cover:
@lordofthejars: If there are other areas, you'd like to cover please add them. |
I think it covers most of the things as a first version, then we will need
to cover case by case when a user asks for the support. But looks great as
it covers basic needs
El jue., 12 mar. 2020 9:04, Ioannis Canellos <[email protected]>
escribió:
… Some of the things we need to cover:
- Use Knative V1
- Cluster local services
<https://knative.dev/docs/serving/cluster-local-route/>
- Allow setting traffic splitting rules
- Configure autoscaling requirements
@lordofthejars <https://github.com/lordofthejars>: If there are other
areas, you'd like to cover please add them.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#7788 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALSMYO6XWM5F55E3RORFTTRHCJQ5ANCNFSM4LF3CWFQ>
.
|
iocanel
added a commit
to iocanel/quarkus
that referenced
this issue
Jul 11, 2020
iocanel
added a commit
to iocanel/quarkus
that referenced
this issue
Jul 11, 2020
iocanel
added a commit
to iocanel/quarkus
that referenced
this issue
Jul 12, 2020
iocanel
added a commit
to iocanel/quarkus
that referenced
this issue
Jul 12, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Currently, if you want to customize the output generated by Dekorate for Knative, you only have access to the same properties as in the Kubernetes (https://github.com/quarkusio/quarkus/blob/master/docs/src/main/asciidoc/kubernetes.adoc#knative) but with knative prefix.
The thing is that minimal customizations specific to knative service should be provided, the list is in https://knative.dev/docs/serving/spec/knative-api-specification-1.0/#service I know that not all of them should be implemented, but at least some of most used would be interesting to provide it.
Implementation ideas
Implement custom Knative serving attributes to be able to customize the output.
The text was updated successfully, but these errors were encountered: