Shashank Sharma
Shashank Sharma
## What version of Knative? v1.2 ## Expected Behavior After a liveness probe fail, the container should restart and ideally should start serving the traffic again, just like how it...
This PR addresses the first objective here: https://github.com/prometheus-operator/prometheus-operator/issues/4033 Other issue: https://github.com/prometheus-operator/prometheus-operator/issues/3737 Motivation from the work done here: https://github.com/prometheus-operator/prometheus-operator/pull/3821 Usage: Add this to the Alertmanager Spec: ``` baseAlertmanagerConfiguration: alertmanagerConfigName: config-example ```...
/area test-and-release /kind bug ## Expected Behavior `wait.PollImmediate` should keep on polling if I pass response checkers through `WaitForEndpointState` https://github.com/knative/pkg/blob/main/test/request.go#L78 until the state is reached or timeout happens. ## Actual...
I am seeing an odd issue where the UI tells me the project size to be something other than what it actually is. This is after I have ran GC...
Fixes #12480 ## Proposed Changes * changing the readiness code in `test_images` to accommodate for liveness handler * renaming few things in readiness tests * adding tests for liveness probe
## Description Adds ability to assign knative services to nodes ## Changes * adds `nodeSelector`, `nodeAffinity` and `toleration` to podspec * adds update functions in `podspec_helper.go` for each of those...
### Feature request I should be able to set toleration, affinity and node selector on my ksvc, when enabled through the featuregate mentioned here: https://knative.dev/docs/serving/configuration/feature-flags. ### Use case I have...
Currently, its hard to tell if solr cloud deployment has changed from "x" to "y" state, or if it has changed at all after I have done some changes in...
I have a usecase where i want to a hook to be called only when the resource is being deleted, with the assumption that nothing has to be done for...
I have noticed when I use a `DecoratorController`, and try to send the response with status for an attachment resource, although it gets reflected in the attachment resource for the...