-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Milestone
Description
In what area(s)?
When using resource requests to specify requirements that are unobtainable in the cluster, no indication of why the service is not working is available on the service object. The only visibility to an error is that ConfigurationsReady and Ready are in the Unknown status.
What version of Knative?
0.5.2
Expected Behavior
Knative would provide a failure indication with enough detail to debug what's happening from the ksvc object.
Actual Behavior
No indication that an error has occurred is visible on the ksvc.
Steps to Reproduce the Problem
Deploy a new service (say, hello world) with the following resource requests:
resources:
limits:
cpu: "80"
requests:
cpu: "80"
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.