Closed ysk24ok closed 1 year ago
@ysk24ok do you have the link to docs and artifacts where kubeflow is bundling Knative at 1.2, that's a very old version that is very unlikely we would be able to patch and release it, so we should find a way for kubeflow users to provide their own Knative so that you could use a different Knative version.
I'm not that familiar with the why they bundle Knative instead of pointing to our docs for installation, maybe you know?
@pierDipi Thank you for your reply.
do you have the link to docs and artifacts where kubeflow is bundling Knative at 1.2
https://github.com/kubeflow/manifests/tree/v1.6.0/common/knative/knative-eventing/base
I'm not that familiar with the why they bundle Knative instead of pointing to our docs for installation,
I don't know either, but I guess it's just the way they do when it comes to 3rd party libraries. The at-that-time latest version of 3rd party libraries are bundled In the contrib directory.
I already resolved the issue by recreating the namespace, so I think it's OK to close this issue. But before closing, is the problem solved with the latest knative-eventing?
@ysk24ok I've followed the procedure you outlined of creating, deleting, and then recreating the imc resources on the latest release of knative-eventing and it seems to have had no issues:
kubectl get pods -n knative-eventing
NAME READY STATUS RESTARTS AGE
eventing-controller-866f7c5bb7-g629n 1/1 Running 0 3m55s
eventing-webhook-9b696bc78-4wtrb 1/1 Running 0 3m55s
imc-controller-57c655795-bcbvz 1/1 Running 0 92s
imc-dispatcher-67f646f684-s2ld2 1/1 Running 0 92s
Do you feel like we can close this issue?
This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Reopen the issue with /reopen
. Mark the issue as
fresh by adding the comment /remove-lifecycle stale
.
Expected Behavior
imc-controller works.
Actual Behavior
imc-controller keeps failing.
imc-controller logs are like this.
It seems like inmemorychannel-webhook-certs doesn't have any data, so I suspect this is the cause.
Steps to Reproduce the Problem
knative-eventing
namespaceconfig-observability
configmapconfig-tracing
configmapkubectl delete -f in-memory-channel.yaml
inmemorychannel-webhook-certs
secret.Additional Info