WASdev / websphere-liberty-operator

Deploy and manage containerized Liberty applications on Kubernetes. Documentation: https://ibm.biz/wlo-docs
Apache License 2.0
9 stars 4 forks source link

Enhance Knative integration #356

Open leochr opened 1 year ago

leochr commented 1 year ago

Knative project has evolved since the last time the support for it in Liberty Operator was enhanced. Reevaluate the integration and make necessary improvements.

Also, consider supporting Knative with newly added capabilities (if possible): manage TLS (relevant Knative doc), semeru cloud compiler, autoscaling (with KPA), security context, etc

Also check if these limitations still apply:

halim-lee commented 6 months ago

Startup probe is still not supported by Knative. Someone tried adding support for startupProbe and the PR got closed: https://github.com/knative/serving/pull/13700