Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Created 56s service-controller Created Configuration "devops" Warning CreationFailed 51s (x12 over 56s) service-controller Failed to create Route "devops": the server could not find the requested resource (post routes.serving.knative.dev) Warning InternalError 51s (x12 over 56s) service-controller failed to create Route: the server could not find the requested resource (post routes.serving.knative.dev)
Solution
CRDs Missing or Corrupted: The error indicates that the required Custom Resource Definitions (CRDs) for Knative Serving might be missing or corrupted.
Check if the CRDs for Knative are correctly installed using:
$ kubectl get crds | grep knative.dev
You should see CRDs related to Knative Serving like routes.serving.knative.dev.
If the CRDs are missing or seem corrupted, consider reinstalling the Knative Serving component.
Latest posts by rajeshkumar (see all)
- Top 10 Customer Experience (CX) Platforms of 2026 (Reviewed by Experts) - March 24, 2026
- Top 10 Call Center Software Tools in 2026 (Reviewed by Experts) - March 24, 2026
- Global PR Points Calculators – Check Your Immigration Eligibility for Australia, Canada, Austria, Japan, New Zealand, and South Korea - March 14, 2026