Gábor Tóth
Gábor Tóth
I have installed knative to AWS EKS v1.26.8 ``` helm history knative-operator REVISION UPDATED STATUS CHART APP VERSION DESCRIPTION 1 Wed Jan 10 14:56:29 2024 deployed knative-operator-1.12.0 Install complete ```...
## Describe the feature It would be a nice feature to integrate the config-domain configMap data part to the following resource when knative operator is used for example: ``` apiVersion:...
**Problem** I have followed this page to override the default configmaps instead of modifying them manually. https://vincenthou.medium.com/how-to-customize-the-manifests-for-knative-operator-with-a-local-volume-c576b592d9d7 The problem is the following: I could not attach configmaps to the knative-operator...
We discovered the following issue when we used the Flux image reflector controller with JFrog Artifactory: The image controller tries to list the tags using this URL: [https://my.artifactory.com/v2/artifactory/path_to_the_tags/subpath_to_the_tags/tags/list?n=1000](url) It is...
### What is the issue? Linkerd proxy injection does not work with custom CNI (cilium) on AWS EKS clusters. ### How can it be reproduced? Install cilium ``` helm list...
I use Knative just as mentioned in the documentation: ``` kn version Version: v1.12.0 Build Date: 2023-10-25 15:45:39 Git Revision: ae357368 Supported APIs: * Serving - serving.knative.dev/v1 (knative-serving v1.12.0) *...