I have installed the 1-click app Knative, the installation is failing on K8S 1.27.4-do.0
:
NAME READY UP-TO-DATE AVAILABLE AGE
knative-operator 1/1 1 1 85s
there is an error in the logs for the operator
E0825 10:37:11.848301 1 reflector.go:140] k8s.io/client-go@v0.25.4/tools/cache/reflector.go:169:
Failed to watch *v1beta1.KnativeEventing:
failed to list *v1beta1.KnativeEventing:
the server could not find the requested resource (get knativeeventings.operator.knative.dev)
I would assume this was to be installed through the 1 click app installation?
Are there any pre-requisite steps I need?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hi there,
Indeed you are correct, the included software with this 1-Click installation is:
I believe that the minimum requirements for Knative are a DOKS cluster with 2 nodes, each with 2 CPUs, 4 GB of memory, and 20 GB of disk storage. Does your cluster currently have enough resources for this?
If you do have enough resources, what I could suggest is opening an issue on the Kubernetes Marketplace repository that contains the source code and deployment scripts for Kubernetes-based applications listed in the DigitalOcean Marketplace:
That way the team will be able to prioritize this and further investigate the problem
Hope that this helps!
Best,
Bobby