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)
- SonarQube Error: Error status returned by url [https://api.sonarcloud.io - September 5, 2024
- AWS SES Errors and Solution - September 2, 2024
- SRE Foundation Certification - August 29, 2024